Exemplo n.º 1
0
 public function teardown()
 {
     parent::teardown();
     if ($this->useDatabase) {
         $this->teardownDb();
     }
 }
Exemplo n.º 2
0
 /**
  * Teardown method.
  **/
 public function teardown()
 {
     $this->rollback();
     $this->repo = null;
     $this->service = null;
     parent::teardown();
 }