Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.10.6
-
Fix Version/s: 1.10.7
-
Component/s: Zend_Application, Zend_Tool
-
Labels:None
Description
When running ./runtests --html dir (that's generating html coverage report after unit tests), I received several fatal errors, due to missing require_once calls that should include the dependencies:
- Zend_Application_Exception is required in Zend/Application/Resource/Exception.php
- Zend_Tool_Framework_Manifest_ProviderManifestable is required in Zend/Tool/Project/Provider/Manifest.php
Mere adding corresponding require_once's fixed the issues.