You are here

protected static property RoleJsonBasicAuthTest::$modules in Drupal 10

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

Overrides RoleResourceTestBase::$modules

File

core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php, line 17

Class

RoleJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\user\Functional\Rest

Code

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