示例#1
0
文件: AbstractTest.php 项目: hjr3/zf2
 public function tearDown()
 {
     if ($this->_db instanceof \Zend\DB\Adapter\AbstractAdapter) {
         $this->_db->getProfiler()->setEnabled(false);
     }
     parent::tearDown();
 }
示例#2
0
 public function tearDown()
 {
     //        if ($this->_runtimeIncludePath) {
     //            $this->_restoreIncludePath();
     //        }
     parent::tearDown();
 }