コード例 #1
0
ファイル: File.php プロジェクト: agentile/foresmo
 public function postTest()
 {
     parent::postTest();
     @unlink($this->_config['file']);
 }
コード例 #2
0
ファイル: Multi.php プロジェクト: agentile/foresmo
 public function postTest()
 {
     parent::postTest();
     @unlink($this->_config['adapters'][0]['file']);
     @unlink($this->_config['adapters'][1]['file']);
 }