Illuminate\Foundation\Console\TestMakeCommand::rootNamespace PHP 메소드

rootNamespace() 보호된 메소드

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