コード例 #1
0
ファイル: Issue646Test.php プロジェクト: disider/Propel2
 protected function tearDown()
 {
     parent::tearDown();
     \PkDateQuery::create()->deleteAll();
     \PkTimeQuery::create()->deleteAll();
     \PkTimestampQuery::create()->deleteAll();
 }
コード例 #2
0
ファイル: DatabaseMapTest.php プロジェクト: disider/Propel2
 protected function tearDown()
 {
     // nothing to do for now
     parent::tearDown();
 }