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