Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function tearDown()
 {
     foreach ($this->cachebackends as $bin => $cachebackend) {
         $this->cachebackends[$bin]->removeBin();
     }
     parent::tearDown();
 }