コード例 #1
0
 protected function tearDown()
 {
     if (file_exists($messageFile = $this->getMessageFile())) {
         unlink($messageFile);
     }
     parent::tearDown();
 }
コード例 #2
0
 /**
  * Clean up the objects against which you tested.
  */
 protected function tearDown()
 {
     @unlink($this->getMessageFile());
     parent::tearDown();
 }