You are here

protected static property UserXmlBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides UserResourceTestBase::$modules

File

core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php, line 19

Class

UserXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\user\Functional\Rest

Code

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