Example #1
0
 protected function tearDown()
 {
     Propel::setDB(null, $this->savedAdapter);
     parent::tearDown();
 }
Example #2
0
 protected function tearDown()
 {
     parent::tearDown();
 }
 protected function tearDown()
 {
     // nothing to do for now
     parent::tearDown();
 }
 /**
  * This is run after each unit test.  It empties the database.
  */
 protected function tearDown()
 {
     BookstoreDataPopulator::depopulate($this->con);
     parent::tearDown();
 }