lithium\tests\cases\console\command\create\ModelTest::skip PHP Method

skip() public method

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