protected function tearDown() { Propel::getServiceContainer()->setAdapter(Propel::getServiceContainer()->getDefaultDatasource(), $this->savedAdapter); parent::tearDown(); }
protected function tearDown() { // nothing to do for now parent::tearDown(); }
protected function tearDown() { Propel::setDB(null, $this->savedAdapter); parent::tearDown(); }