You are here

protected static property UserAccountFormPasswordResetTest::$modules in Drupal 9

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php, line 21

Class

UserAccountFormPasswordResetTest
Verifies that the password reset behaves as expected with form elements.

Namespace

Drupal\Tests\user\Kernel

Code

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