You are here

protected static property UserHalJsonBasicAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php \Drupal\Tests\user\Functional\Hal\UserHalJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides UserHalJsonAnonTest::$modules

File

core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php, line 17

Class

UserHalJsonBasicAuthTest
@group hal

Namespace

Drupal\Tests\user\Functional\Hal

Code

protected static $modules = [
  'basic_auth',
];