浏览代码

[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 个文件被更改,包括 1 次插入0 次删除
  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()
     {
+        require_once dirname(__FILE__) . '/../_files/Zf7696Bootstrap.php';
         $this->autoloader->setFallbackAutoloader(true);
         $options = array(
             'Resources' => array(