You are here

protected static property UserPasswordResetTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/user/tests/src/Functional/UserPasswordResetTest.php, line 43

Class

UserPasswordResetTest
Ensure that password reset methods work as expected.

Namespace

Drupal\Tests\user\Functional

Code

protected static $modules = [
  'block',
  'language',
];