lithium\console\command\create\Test::_use PHP Method

_use() protected method

Get the class used by the test case.
protected _use ( string $request ) : string
$request string
return string
    protected function _use($request)
    {
        return parent::_namespace($request) . '\\' . $this->_name($request);
    }