예제 #1
0
 public function tearDown()
 {
     if ($this->_db instanceof Zend_Db_Adapter_Abstract) {
         $this->_db->getProfiler()->setEnabled(false);
     }
     parent::tearDown();
 }
예제 #2
0
 public function tearDown()
 {
     if ($this->_runtimeIncludePath) {
         $this->_restoreIncludePath();
     }
     parent::tearDown();
 }
예제 #3
0
 public function tearDown()
 {
     $this->_db->getProfiler()->setEnabled(false);
     parent::tearDown();
 }