You are here

protected static property EntityViewsDataTest::$modules in Drupal 10

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php, line 51

Class

EntityViewsDataTest
Tests entity views data.

Namespace

Drupal\Tests\views\Kernel\Entity

Code

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