Browse Source

ZF-11097: Zend_Application_TranslateTest does not reset correctly the cache

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23748 44c647ce-9c0f-0410-b52a-842ac1e357ba
intiilapa 15 years ago
parent
commit
1a57abc0f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Zend/Application/Resource/TranslateTest.php

+ 1 - 1
tests/Zend/Application/Resource/TranslateTest.php

@@ -172,7 +172,7 @@ class Zend_Application_Resource_TranslateTest extends PHPUnit_Framework_TestCase
         $resource->init();
         $resource->init();
 
 
         $this->assertType('Zend_Cache_Core', Zend_Translate::getCache());
         $this->assertType('Zend_Cache_Core', Zend_Translate::getCache());
-        Zend_Translate::clearCache();
+        Zend_Translate::removeCache();
     }
     }
 
 
     /**
     /**