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