Source

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