Extends
lithium\console\command\Create
Get the namespace for the test case.
Parameters
- string $request
- array $options
Returns
stringSource
protected function _namespace($request, $options = array()) {
$request->params['command'] = $request->action;
return parent::_namespace($request, array('prepend' => 'tests.cases.'));
}