예제 #1
0
파일: FileTest.php 프로젝트: colonB/Copycat
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     \unlink($this->file->getPathname());
 }