You are here

protected static property RestRegisterUserTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides ResourceTestBase::$modules

File

core/modules/user/tests/src/Functional/RestRegisterUserTest.php, line 53

Class

RestRegisterUserTest
Tests user registration via REST resource.

Namespace

Drupal\Tests\user\Functional

Code

protected static $modules = [
  'hal',
  'user',
];