- Added missing require_once call for bootstrap used by a test git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22478 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -735,6 +735,7 @@ class Zend_Application_Bootstrap_BootstrapAbstractTest extends PHPUnit_Framework
*/
public function testUsingFallbackAutoloaderWithModulesShouldNotResultInFrontcontrollerNotFoundWarning()
{
+ require_once dirname(__FILE__) . '/../_files/Zf7696Bootstrap.php';
$this->autoloader->setFallbackAutoloader(true);
$options = array(
'Resources' => array(