コード例 #1
0
ファイル: CriteriaTest.php プロジェクト: robin850/Propel2
 protected function tearDown()
 {
     Propel::getServiceContainer()->setAdapter(Propel::getServiceContainer()->getDefaultDatasource(), $this->savedAdapter);
     parent::tearDown();
 }
コード例 #2
0
ファイル: ColumnMapTest.php プロジェクト: rouffj/Propel2
 protected function tearDown()
 {
     // nothing to do for now
     parent::tearDown();
 }
コード例 #3
0
ファイル: CriteriaTest.php プロジェクト: RafalFilipek/Propel2
 protected function tearDown()
 {
     Propel::setDB(null, $this->savedAdapter);
     parent::tearDown();
 }