You are here

public static property UserPasswordResetTest::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/user/tests/src/Functional/UserPasswordResetTest.php \Drupal\Tests\user\Functional\UserPasswordResetTest::modules
  2. 8 core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php \Drupal\Tests\user\FunctionalJavascript\UserPasswordResetTest::modules
Same name and namespace in other branches
  1. 9 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 35

Class

UserPasswordResetTest
Ensure that password reset methods work as expected.

Namespace

Drupal\Tests\user\Functional

Code

public static $modules = [
  'block',
];