Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.9.4
-
Component/s: Zend_Application
-
Labels:None
Description
Zend_Application_Bootstrap_BootstrapAbstract, Line 664:
it should be
$this->_markRun($resourceName);
and not
$this->_markRun($resource);
So the resource methods arent marked as "run" correctly and are called several times if dependencies are set in other resource methods.
Could you please provide a unit test or other code that proves this issue? With both $resource and $resourceName all unittests pass.