Ejemplo n.º 1
0
 function tearDown()
 {
     parent::tearDown();
 }
Ejemplo n.º 2
0
 function tearDown()
 {
     parent::tearDown();
     $this->logger->close();
 }
Ejemplo n.º 3
0
 function tearDown()
 {
     parent::tearDown();
     //make sure our db_type is set to the default...
     Config::getInstance()->setValue('db_type', 'mysql');
 }
Ejemplo n.º 4
0
 /**
  * Destructs the database, so it can be reconstructed for next test
  */
 function tearDown()
 {
     parent::tearDown();
     $this->DAO = null;
 }
Ejemplo n.º 5
0
 public function tearDown()
 {
     parent::tearDown();
     $this->logger->close();
     $this->DAO = null;
 }
 function tearDown()
 {
     parent::tearDown();
     $_REQUEST["page"] = null;
     $_REQUEST["v"] = null;
 }