Esempio n. 1
0
 /**
  * @group ZF-4670
  */
 public function testPluginLoaderShouldAllowSpecifyingIncludeFileCache()
 {
     $cacheFile = $this->_includeCache;
     $this->testIncludeCacheShouldBeNullByDefault();
     Zend_Loader_PluginLoader::setIncludeFileCache($cacheFile);
     $this->assertEquals($cacheFile, Zend_Loader_PluginLoader::getIncludeFileCache());
 }