Illuminate\Foundation\Console\TestMakeCommand::rootNamespace PHP Метод

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

Get the root namespace for the class.
protected rootNamespace ( ) : string
Результат string
    protected function rootNamespace()
    {
        return 'Tests';
    }