You are here

public static property ViewEntityDependenciesTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php \Drupal\views\Tests\Entity\ViewEntityDependenciesTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php, line 35
Contains \Drupal\views\Tests\Entity\ViewEntityDependenciesTest.

Class

ViewEntityDependenciesTest
Tests the calculation of dependencies for views.

Namespace

Drupal\views\Tests\Entity

Code

public static $modules = [
  'node',
  'comment',
  'user',
  'field',
  'text',
  'search',
];