示例#1
0
文件: DB.php 项目: phpscr/usvn
 protected function tearDown()
 {
     $this->_clean();
     $this->db->closeConnection();
     $this->db = null;
     parent::tearDown();
 }
示例#2
0
文件: IniTest.php 项目: phpscr/usvn
 public function tearDown()
 {
     unlink("tests/tmp/test.ini");
     if (file_exists("tests/tmp/test2.ini")) {
         unlink("tests/tmp/test2.ini");
     }
     parent::tearDown();
 }
示例#3
0
 protected function tearDown()
 {
     putenv('HOME=' . $this->_saveHOME);
     parent::tearDown();
 }