You are here

protected static property UserTestBase::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

UserTestBase
@todo.

Namespace

Drupal\Tests\user\Functional\Views

Code

protected static $modules = [
  'user_test_views',
  'node',
];