コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->outputDir = dirname(__FILE__) . "/" . "_tmp" . __CLASS__;
     /* reset test area */
     $this->delTree($this->outputDir);
     mkdir($this->outputDir);
 }
コード例 #2
0
ファイル: FileCachingTest.php プロジェクト: jpchristie/Scisr
 public function tearDown()
 {
     clearstatcache();
     parent::tearDown();
 }