コード例 #1
0
ファイル: AbstractDbTest.php プロジェクト: titon/model
 protected function tearDown()
 {
     //$this->logQueries();
     parent::tearDown();
 }
コード例 #2
0
ファイル: PdoDriverTest.php プロジェクト: titon/db
 protected function tearDown()
 {
     parent::tearDown();
     $this->object->disconnect();
 }
コード例 #3
0
ファイル: LocaleRouteTest.php プロジェクト: titon/g11n
 /**
  * Reset g11n.
  */
 protected function tearDown()
 {
     parent::tearDown();
     Registry::flush();
 }