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