You are here

protected static property UserLoginTest::$modules in Drupal 10

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

File

core/modules/user/tests/src/Functional/UserLoginTest.php, line 25

Class

UserLoginTest
Ensure that login works as expected.

Namespace

Drupal\Tests\user\Functional

Code

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