You are here

public static property ViewEntityDependenciesTest::$testViews in Drupal 10

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

Views used by this test.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php, line 25

Class

ViewEntityDependenciesTest
Tests the calculation of dependencies for views.

Namespace

Drupal\Tests\views\Kernel\Entity

Code

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