tearDown() 공개 메소드

public tearDown ( )
예제 #1
0
 /**
  * Tear down
  */
 public function tearDown()
 {
     $cacheDir = S9Y_INCLUDE_PATH . 'plugins/additional_plugins/serendipity_event_lsrstopper/tests/data/lsrstopper';
     $cacheFile = $cacheDir . '/' . '91a4de9d7038da7d2af7d375dd4a7df4';
     if (file_exists($cacheFile)) {
         unlink($cacheFile);
     }
     if (is_dir($cacheDir)) {
         rmdir($cacheDir);
     }
     parent::tearDown();
 }
 /**
  * Tear down
  */
 public function tearDown()
 {
     parent::tearDown();
 }