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 = array()) {
		$request->params['command'] = $request->action;
		return parent::_namespace($request, array('prepend' => 'tests.cases.'));
	}