lithium\console\command\create\Test::_namespace()

protected method

Get the namespace for the test case.

Parameters

  • string $request
  • array $options

Returns

string

Source

	protected function _namespace($request, $options = []) {
		$request->params['command'] = $request->action;
		return parent::_namespace($request, ['prepend' => 'tests.cases.']);
	}