FileViewsDataTest::$modules

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
  3. 11.x 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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.