Nahid\Talk\Tests\TestCase::getServiceProviderClass PHP Метод

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

Get the service provider class.
protected getServiceProviderClass ( Illuminate\Contracts\Foundation\Application $app ) : string
$app Illuminate\Contracts\Foundation\Application
Результат string
    protected function getServiceProviderClass($app)
    {
        return TalkServiceProvider::class;
    }