Example #1
0
 public function tearDown()
 {
     if ($this->_dbWasUsed) {
         // clean up cache database tables
         $this->_cacheBackend->uninstall();
     }
     parent::tearDown();
 }
Example #2
0
 protected function tearDown()
 {
     Erfurt_Wrapper_Registry::reset();
     parent::tearDown();
 }