You are here

public static property FileViewsDataTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php \Drupal\Tests\options\Kernel\Views\FileViewsDataTest::modules
  2. 10 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

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