UserMailNotifyTest::$modules

Same name and namespace in other branches
  1. 10 core/modules/user/tests/src/Kernel/UserMailNotifyTest.php \Drupal\Tests\user\Kernel\UserMailNotifyTest::modules
  2. 11.x core/modules/user/tests/src/Kernel/UserMailNotifyTest.php \Drupal\Tests\user\Kernel\UserMailNotifyTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/user/tests/src/Kernel/UserMailNotifyTest.php, line 22

Class

UserMailNotifyTest
Tests <a href="/api/drupal/core%21modules%21user%21user.module/function/_user_mail_notify/9" title="Creates and sends a notification email following a change to a user account." class="local">_user_mail_notify</a>() use of user.settings.notify.*.

Namespace

Drupal\Tests\user\Kernel

Code

protected static $modules = [
    'locale',
    'language',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.