Adldap\Laravel\Tests\TestCase::getPackageProviders PHP Метод

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

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