Example #1
0
 protected function tearDown()
 {
     $this->file->remove(true);
     rmdir(dirname($this->getFilePath()));
     rmdir(dirname(__FILE__) . '/tmp');
 }