protected function tearDown()
 {
     parent::tearDown();
     $filesystem = new Filesystem();
     $filesystem->remove($this->getRootCacheDirectory());
     $filesystem->remove($this->builder->buildPrefix());
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->filesystem->remove($this->builder->buildPrefix());
 }