コード例 #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']);
 }