예제 #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();
 }