You are here

protected static property UserSaveTest::$modules in Drupal 10

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

File

core/modules/user/tests/src/Kernel/UserSaveTest.php, line 18

Class

UserSaveTest
Tests account saving for arbitrary new uid.

Namespace

Drupal\Tests\user\Kernel

Code

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