lithium\tests\cases\analysis\logger\adapter\FileTest::skip PHP Method

skip() public method

public skip ( )
    public function skip()
    {
        $path = realpath(Libraries::get(true, 'resources') . '/tmp/logs');
        $this->skipIf(!is_writable($path), "Path `{$path}` is not writable.");
    }