public function setUp()
 {
     parent::setUp();
     $this->outputDir = dirname(__FILE__) . "/" . "_tmp" . __CLASS__;
     /* reset test area */
     $this->delTree($this->outputDir);
     mkdir($this->outputDir);
 }
Beispiel #2
0
 public function tearDown()
 {
     clearstatcache();
     parent::tearDown();
 }