/**
  * {@inheritdoc}
  */
 protected function tearDown()
 {
     foreach ($this->cachebackends as $bin => $cachebackend) {
         $this->cachebackends[$bin]->removeBin();
     }
     parent::tearDown();
 }
Exemplo n.º 2
0
 public function tearDown()
 {
     $this->backend->removeBin();
     parent::tearDown();
     $this->backend = NULL;
 }