You are here

protected static property UserKernelTestBase::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

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

Class

UserKernelTestBase
Provides a common test base for user views tests.

Namespace

Drupal\Tests\user\Kernel\Views

Code

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