예제 #1
0
파일: G11nTest.php 프로젝트: elkuku/g11n
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  *
  * @return void
  */
 protected function tearDown()
 {
     ExtensionHelper::cleanCache();
 }
예제 #2
0
파일: G11n.php 프로젝트: elkuku/g11n
 /**
  * Clean the cache directory.
  *
  * @deprecated Use ExtensionHelper::cleanCache()
  *
  * @since  2.1
  * @return void
  */
 public static function cleanCache()
 {
     ExtensionHelper::cleanCache();
 }