コード例 #1
0
 protected function tearDown()
 {
     Propel::setDB(null, $this->savedAdapter);
     parent::tearDown();
 }
コード例 #2
0
ファイル: BasePeerTest.php プロジェクト: JimmyVB/Symfony-v1.2
 protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #3
0
 protected function tearDown()
 {
     // nothing to do for now
     parent::tearDown();
 }
コード例 #4
0
 /**
  * This is run after each unit test.  It empties the database.
  */
 protected function tearDown()
 {
     BookstoreDataPopulator::depopulate($this->con);
     parent::tearDown();
 }