Example #1
0
 /**
  * Destroy the test DB
  */
 public function tearDown()
 {
     parent::tearDown();
     if (!$this->use_database) {
         return;
     }
     $this->pdo->rollBack();
 }