Esempio n. 1
0
 /**
  * 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();
 }
Esempio n. 2
0
File: G11n.php Progetto: elkuku/g11n
 /**
  * Clean the cache directory.
  *
  * @deprecated Use ExtensionHelper::cleanCache()
  *
  * @since  2.1
  * @return void
  */
 public static function cleanCache()
 {
     ExtensionHelper::cleanCache();
 }