lithium\console\command\create\Test::_namespace PHP Метод

_namespace() защищенный Метод

Get the namespace for the test case.
protected _namespace ( string $request, array $options = [] ) : string
$request string
$options array
Результат string
    protected function _namespace($request, $options = array())
    {
        $request->params['command'] = $request->action;
        return parent::_namespace($request, array('prepend' => 'tests.cases.'));
    }