Contao\CoreBundle\Test\Command\SymlinksCommandTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $fs = new Filesystem();
        $fs->remove($this->getRootDir() . '/system/logs');
        $fs->remove($this->getRootDir() . '/system/themes');
        $fs->remove($this->getRootDir() . '/var/cache');
        $fs->remove($this->getRootDir() . '/web');
    }