You are here

public static property ViewEntityDependenciesTest::$testViews in Zircon Profile 8

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

Views used by this test.

Type: array

File

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

Class

ViewEntityDependenciesTest
Tests the calculation of dependencies for views.

Namespace

Drupal\views\Tests\Entity

Code

public static $testViews = [
  'test_field_get_entity',
  'test_relationship_dependency',
  'test_plugin_dependencies',
  'test_argument_dependency',
];