You are here

public static property ViewsIntegrationTest::$modules in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Kernel/ViewsIntegrationTest.php \Drupal\Tests\entity_hierarchy\Kernel\ViewsIntegrationTest::modules

Modules to enable.

Type: array

Overrides EntityHierarchyKernelTestBase::$modules

File

tests/src/Kernel/ViewsIntegrationTest.php, line 20

Class

ViewsIntegrationTest
Defines a class for testing views integration.

Namespace

Drupal\Tests\entity_hierarchy\Kernel

Code

public static $modules = [
  'entity_hierarchy',
  'entity_test',
  'system',
  'user',
  'dbal',
  'field',
  'views',
  'entity_hierarchy_test_views',
];