You are here

protected static property BasicAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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 25

Class

BasicAuthTest
Tests for BasicAuth authentication provider.

Namespace

Drupal\Tests\basic_auth\Functional

Code

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