Esempio n. 1
0
File: DB.php Progetto: phpscr/usvn
 protected function tearDown()
 {
     $this->_clean();
     $this->db->closeConnection();
     $this->db = null;
     parent::tearDown();
 }
Esempio n. 2
0
 public function tearDown()
 {
     unlink("tests/tmp/test.ini");
     if (file_exists("tests/tmp/test2.ini")) {
         unlink("tests/tmp/test2.ini");
     }
     parent::tearDown();
 }
Esempio n. 3
0
 protected function tearDown()
 {
     putenv('HOME=' . $this->_saveHOME);
     parent::tearDown();
 }