예제 #1
0
파일: File.php 프로젝트: agentile/foresmo
 public function postTest()
 {
     parent::postTest();
     @unlink($this->_config['file']);
 }
예제 #2
0
파일: Echo.php 프로젝트: btweedy/foresmo
 /**
  * 
  * Setup; runs after each test method.
  * 
  */
 public function teardown()
 {
     parent::teardown();
 }
예제 #3
0
파일: Multi.php 프로젝트: agentile/foresmo
 public function postTest()
 {
     parent::postTest();
     @unlink($this->_config['adapters'][0]['file']);
     @unlink($this->_config['adapters'][1]['file']);
 }