You are here

public static property UserFormTest::$modules in Username Enumeration Prevention 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/UserFormTest.php, line 20

Class

UserFormTest
Performs integration tests on forms.

Namespace

Drupal\Tests\username_enumeration_prevention\Functional

Code

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