Fixed tests

This commit is contained in:
Diego Saint Esteben 2015-04-23 18:00:03 -03:00
parent 520660302a
commit 2892902ead
6 changed files with 0 additions and 18 deletions

View File

@ -26,9 +26,6 @@ class LazyServiceProjectServiceContainer extends Container
$this->services = $this->services =
$this->scopedServices = $this->scopedServices =
$this->scopeStacks = array(); $this->scopeStacks = array();
$this->set('service_container', $this);
$this->scopes = array(); $this->scopes = array();
$this->scopeChildren = array(); $this->scopeChildren = array();
} }

View File

@ -839,9 +839,6 @@ EOF;
\$this->services = \$this->services =
\$this->scopedServices = \$this->scopedServices =
\$this->scopeStacks = array(); \$this->scopeStacks = array();
\$this->set('service_container', \$this);
EOF; EOF;
$code .= "\n"; $code .= "\n";

View File

@ -29,9 +29,6 @@ class ProjectServiceContainer extends Container
$this->services = $this->services =
$this->scopedServices = $this->scopedServices =
$this->scopeStacks = array(); $this->scopeStacks = array();
$this->set('service_container', $this);
$this->scopes = array(); $this->scopes = array();
$this->scopeChildren = array(); $this->scopeChildren = array();
$this->methodMap = array( $this->methodMap = array(

View File

@ -27,9 +27,6 @@ class ProjectServiceContainer extends Container
$this->services = $this->services =
$this->scopedServices = $this->scopedServices =
$this->scopeStacks = array(); $this->scopeStacks = array();
$this->set('service_container', $this);
$this->scopes = array(); $this->scopes = array();
$this->scopeChildren = array(); $this->scopeChildren = array();
$this->methodMap = array( $this->methodMap = array(

View File

@ -33,9 +33,6 @@ class ProjectServiceContainer extends Container
$this->services = $this->services =
$this->scopedServices = $this->scopedServices =
$this->scopeStacks = array(); $this->scopeStacks = array();
$this->set('service_container', $this);
$this->scopes = array(); $this->scopes = array();
$this->scopeChildren = array(); $this->scopeChildren = array();
$this->methodMap = array( $this->methodMap = array(

View File

@ -29,9 +29,6 @@ class ProjectServiceContainer extends Container
$this->services = $this->services =
$this->scopedServices = $this->scopedServices =
$this->scopeStacks = array(); $this->scopeStacks = array();
$this->set('service_container', $this);
$this->scopes = array(); $this->scopes = array();
$this->scopeChildren = array(); $this->scopeChildren = array();
$this->methodMap = array( $this->methodMap = array(