Adldap\Laravel\Tests\TestCase::getPackageProviders PHP Method

getPackageProviders() protected method

Get the package service providers required for testing.
protected getPackageProviders ( Illuminate\Foundation\Application $app ) : array
$app Illuminate\Foundation\Application
return array
    protected function getPackageProviders($app)
    {
        return [AdldapServiceProvider::class, AdldapAuthServiceProvider::class];
    }