ZF-2183: Cannot run incubator tests for Zend_Db components
Description
The Zend_Db test suite does not run incubator-specific test components when run from within the incubator/tests directory. A number of E_NOTICE lines are output suggesting that the trunk version of the test configuration file is being loaded before the incubator version and even stub files creating within the incubator are not being called.
Comments
Posted by Darby Felton (darby) on 2007-11-13T08:20:53.000+0000
There were no current DB tests in the incubator, so I committed revisions 6819 and 6820. The {{TestHelper.php}} script in the incubator tests directory makes an {{include_path}} of:
It should be feasible now to add to the incubator whatever tests are needed.
Posted by Wil Sinclair (wil) on 2008-06-15T13:57:07.000+0000
Changing to comply with new IT coventions for components.