protected function tearDown()
 {
     if ($this->con) {
         $this->con->rollback();
     }
     parent::tearDown();
     Propel::init(__DIR__ . '/../../../../Fixtures/bookstore/build/conf/bookstore-conf.php');
 }
 protected function tearDown()
 {
     parent::tearDown();
     Propel::init(__DIR__ . '/../../../../Fixtures/bookstore/build/conf/bookstore-conf.php');
 }
 protected function tearDown()
 {
     parent::tearDown();
     Propel::init(dirname(__FILE__) . '/../../../../Fixtures/bookstore/build/conf/bookstore-conf.php');
 }
 protected function tearDown()
 {
     // nothing to do for now
     parent::tearDown();
 }