コード例 #1
0
 /**
  * Tear Down
  */
 public function tearDown()
 {
     parent::tearDown();
     if (FileSystemHelper::isDirectory($this->directory)) {
         $this->directory->delete();
     }
 }
コード例 #2
0
 /**
  * Set Up
  */
 public function setUp()
 {
     $this->testFilePath = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'corgi_file' . DIRECTORY_SEPARATOR . 'test.txt';
     parent::setUp();
 }