ZF-10171: Several missing dependencies
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.
Comments
No comments to display