Contao\CoreBundle\Test\Cache\ContaoCacheClearerTest::tearDown PHP Method

tearDown() protected method

protected tearDown ( )
    protected function tearDown()
    {
        $fs = new Filesystem();
        $fs->remove($this->getCacheDir() . '/contao');
    }