Пример #1
0
 public function postTest()
 {
     parent::postTest();
     @unlink($this->_config['file']);
 }
Пример #2
0
 /**
  * 
  * Setup; runs after each test method.
  * 
  */
 public function teardown()
 {
     parent::teardown();
 }
Пример #3
0
 public function postTest()
 {
     parent::postTest();
     @unlink($this->_config['adapters'][0]['file']);
     @unlink($this->_config['adapters'][1]['file']);
 }