You are here

public static property UserPasswordResetTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/UserPasswordResetTest.php \Drupal\user\Tests\UserPasswordResetTest::modules

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserPasswordResetTest.php, line 43
Contains \Drupal\user\Tests\UserPasswordResetTest.

Class

UserPasswordResetTest
Ensure that password reset methods work as expected.

Namespace

Drupal\user\Tests

Code

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