Exemple #1
0
 /**
  * Resets all caches and drops the database
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->fixture->performTearDown();
 }