You are here

protected static property FileViewsDataTest::$modules in Drupal 10

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

Modules to install.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php, line 22

Class

FileViewsDataTest
Tests file views data.

Namespace

Drupal\Tests\options\Kernel\Views

Code

protected static $modules = [
  'file',
  'views',
  'entity_test',
  'user',
  'field',
];