예제 #1
0
 protected function tearDown()
 {
     if ($this->_filename && file_exists($this->_filename)) {
         unlink($this->_filename);
     }
     parent::tearDown();
 }
 protected function tearDown()
 {
     if (file_exists($this->getCliConfigFilename())) {
         unlink($this->getCliConfigFilename());
     }
     parent::tearDown();
 }
예제 #3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->unlink();
 }
예제 #4
0
 protected function tearDown()
 {
     parent::tearDown();
     unlink($this->filename);
 }