Exemplo n.º 1
0
 public function tearDown()
 {
     if (file_exists($this->filepath)) {
         unlink($this->filepath);
     }
     parent::tearDown();
 }
Exemplo n.º 2
0
 /**
  * rollback
  */
 public function tearDown()
 {
     parent::tearDown();
     // TODO: Change the autogenerated stub
     if (file_exists($this->logTest)) {
         unlink($this->logTest);
     }
 }
Exemplo n.º 3
0
 public function tearDown()
 {
     $this->cleanUpMailCatcherMessages();
     parent::tearDown();
 }
Exemplo n.º 4
0
 public function tearDown()
 {
     parent::tearDown();
 }