You are here

protected static property UserCreateFailMailTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/UserCreateFailMailTest.php \Drupal\Tests\user\Functional\UserCreateFailMailTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/user/tests/src/Functional/UserCreateFailMailTest.php, line 19

Class

UserCreateFailMailTest
Tests the create user administration page.

Namespace

Drupal\Tests\user\Functional

Code

protected static $modules = [
  'system_mail_failure_test',
];