Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcf5395

Browse files
minor #14457 [DependencyInjection] Fixed missing tests (dosten)
This PR was merged into the 2.3 branch. Discussion ---------- [DependencyInjection] Fixed missing tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Follow up of #11422 and #14446 Commits ------- 2892902 Fixed tests
2 parents 9b333d6 + 2892902 commit fcf5395

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ public function __construct()
2626
$this->services =
2727
$this->scopedServices =
2828
$this->scopeStacks = array();
29-
30-
$this->set('service_container', $this);
31-
3229
$this->scopes = array();
3330
$this->scopeChildren = array();
3431
}

src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,6 @@ public function __construct()
839839
\$this->services =
840840
\$this->scopedServices =
841841
\$this->scopeStacks = array();
842-
843-
\$this->set('service_container', \$this);
844-
845842
EOF;
846843

847844
$code .= "\n";

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public function __construct()
2929
$this->services =
3030
$this->scopedServices =
3131
$this->scopeStacks = array();
32-
33-
$this->set('service_container', $this);
34-
3532
$this->scopes = array();
3633
$this->scopeChildren = array();
3734
$this->methodMap = array(

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services11.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ public function __construct()
2727
$this->services =
2828
$this->scopedServices =
2929
$this->scopeStacks = array();
30-
31-
$this->set('service_container', $this);
32-
3330
$this->scopes = array();
3431
$this->scopeChildren = array();
3532
$this->methodMap = array(

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ public function __construct()
3333
$this->services =
3434
$this->scopedServices =
3535
$this->scopeStacks = array();
36-
37-
$this->set('service_container', $this);
38-
3936
$this->scopes = array();
4037
$this->scopeChildren = array();
4138
$this->methodMap = array(

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public function __construct()
2929
$this->services =
3030
$this->scopedServices =
3131
$this->scopeStacks = array();
32-
33-
$this->set('service_container', $this);
34-
3532
$this->scopes = array();
3633
$this->scopeChildren = array();
3734
$this->methodMap = array(

0 commit comments

Comments
 (0)