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];
    }