コード例 #1
0
ファイル: AdapterTestCase.php プロジェクト: btweedy/foresmo
 public function teardown()
 {
     parent::teardown();
 }
コード例 #2
0
ファイル: TableTest.php プロジェクト: btweedy/foresmo
 public function teardown()
 {
     parent::teardown();
     $this->_sql->dropTable('test_form_load');
 }
コード例 #3
0
 public function teardown()
 {
     Registry::clear();
     parent::teardown();
 }