Illuminate\Foundation\Console\TestMakeCommand::rootNamespace PHP Method

rootNamespace() protected method

Get the root namespace for the class.
protected rootNamespace ( ) : string
return string
    protected function rootNamespace()
    {
        return 'Tests';
    }