コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     $filesystem = new Filesystem();
     $filesystem->remove($this->getRootCacheDirectory());
     $filesystem->remove($this->builder->buildPrefix());
 }
コード例 #2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->filesystem->remove($this->builder->buildPrefix());
 }