コード例 #1
0
ファイル: WriteableMock.php プロジェクト: rukzuk/rukzuk
 protected static function restoreDataDir()
 {
     static::_resetCacheInternal();
     DataDirectoryHelper::resetDataDirectory();
 }
コード例 #2
0
ファイル: WriteableMock.php プロジェクト: rukzuk/rukzuk
 public static function tearDown()
 {
     static::_resetCacheInternal();
     DataDirectoryHelper::resetDataDirectory();
 }