Nahid\Talk\Tests\TestCase::getServiceProviderClass PHP Method

getServiceProviderClass() protected method

Get the service provider class.
protected getServiceProviderClass ( Illuminate\Contracts\Foundation\Application $app ) : string
$app Illuminate\Contracts\Foundation\Application
return string
    protected function getServiceProviderClass($app)
    {
        return TalkServiceProvider::class;
    }