Ejemplo n.º 1
0
Archivo: DB.php Proyecto: phpscr/usvn
 protected function tearDown()
 {
     $this->_clean();
     $this->db->closeConnection();
     $this->db = null;
     parent::tearDown();
 }
Ejemplo 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();
 }
Ejemplo n.º 3
0
 protected function tearDown()
 {
     putenv('HOME=' . $this->_saveHOME);
     parent::tearDown();
 }