Skip to content

Commit bf3c924

Browse files
committed
Fixed tests
1 parent 8208e7b commit bf3c924

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

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";

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(

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(

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(

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)