Example #1
0
 protected function tearDown()
 {
     Propel::getServiceContainer()->setAdapter(null, $this->savedAdapter);
     parent::tearDown();
 }
Example #2
0
 protected function tearDown()
 {
     Propel::getServiceContainer()->setAdapter(Propel::getServiceContainer()->getDefaultDatasource(), $this->savedAdapter);
     parent::tearDown();
 }
Example #3
0
 protected function tearDown()
 {
     Propel::setDB(null, $this->savedAdapter);
     parent::tearDown();
 }