Example #1
0
 protected function tearDown()
 {
     //$this->logQueries();
     parent::tearDown();
 }
Example #2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->object->disconnect();
 }
Example #3
0
 /**
  * Reset g11n.
  */
 protected function tearDown()
 {
     parent::tearDown();
     Registry::flush();
 }