You are here

protected static property LdapAuthenticationAdminFormTest::$modules in Lightweight Directory Access Protocol (LDAP) 8.4

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

ldap_authentication/tests/src/Functional/LdapAuthenticationAdminFormTest.php, line 28

Class

LdapAuthenticationAdminFormTest
Test the admin form.

Namespace

Drupal\Tests\ldap_authentication\Functional

Code

protected static $modules = [
  'system',
  'ldap_authentication',
  'ldap_servers',
  'externalauth',
  'ldap_user',
  'ldap_query',
];