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