Example #1
0
 /**
  * Resets all caches and drops the database
  */
 public function tearDown()
 {
     static::$fixture->clearInMemoryCaches();
     static::$fixture->destroyEnvironment();
     parent::tearDown();
 }