You are here

protected static property UserMailDefaultsTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php \Drupal\Tests\user\Kernel\UserMailDefaultsTest::modules

File

core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php, line 17

Class

UserMailDefaultsTest
Tests that user.mail default settings are parsed correctly.

Namespace

Drupal\Tests\user\Kernel

Code

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