Browse Source

[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 years ago
parent
commit
b60f92a40f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php

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

@@ -735,6 +735,7 @@ class Zend_Application_Bootstrap_BootstrapAbstractTest extends PHPUnit_Framework
      */
      */
     public function testUsingFallbackAutoloaderWithModulesShouldNotResultInFrontcontrollerNotFoundWarning()
     public function testUsingFallbackAutoloaderWithModulesShouldNotResultInFrontcontrollerNotFoundWarning()
     {
     {
+        require_once dirname(__FILE__) . '/../_files/Zf7696Bootstrap.php';
         $this->autoloader->setFallbackAutoloader(true);
         $this->autoloader->setFallbackAutoloader(true);
         $options = array(
         $options = array(
             'Resources' => array(
             'Resources' => array(