예제 #1
0
 protected function tearDown()
 {
     //$this->logQueries();
     parent::tearDown();
 }
예제 #2
0
파일: PdoDriverTest.php 프로젝트: titon/db
 protected function tearDown()
 {
     parent::tearDown();
     $this->object->disconnect();
 }
예제 #3
0
 /**
  * Reset g11n.
  */
 protected function tearDown()
 {
     parent::tearDown();
     Registry::flush();
 }