You are here

protected static property ViewsDataTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides OptionsTestBase::$modules

File

core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php, line 18

Class

ViewsDataTest
Test to ensure views data is properly created for the Options module.

Namespace

Drupal\Tests\options\Kernel\Views

Code

protected static $modules = [
  'options',
  'options_test',
  'entity_test',
  'views',
];