Bolt\Tests\Controller\Backend\UploadTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        @unlink(TEST_ROOT . '/app/cache/config-cache.json');
        $this->getService('filesystem')->getDir('files://')->setVisibility('public');
    }