You are here

public static property BasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php \Drupal\Tests\basic_auth\Functional\BasicAuthTest::modules
  2. 10 core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php \Drupal\Tests\basic_auth\Functional\BasicAuthTest::modules

Modules installed for all tests.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php, line 26

Class

BasicAuthTest
Tests for BasicAuth authentication provider.

Namespace

Drupal\Tests\basic_auth\Functional

Code

public static $modules = [
  'basic_auth',
  'router_test',
  'locale',
  'basic_auth_test',
];