Переглянути джерело

[RELEASE] Fix Zend_Application tests

- 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
matthew 15 роки тому
батько
коміт
b60f92a40f

+ 1 - 0
tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php

@@ -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(