コード例 #1
0
 protected function tearDown()
 {
     if ($this->con) {
         $this->con->rollback();
     }
     parent::tearDown();
     Propel::init(__DIR__ . '/../../../../Fixtures/bookstore/build/conf/bookstore-conf.php');
 }