You are here

public static property ViewsDataTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides OptionsTestBase::$modules

File

core/modules/options/src/Tests/Views/ViewsDataTest.php, line 19
Contains \Drupal\options\Tests\Views\ViewsDataTest.

Class

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

Namespace

Drupal\options\Tests\Views

Code

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