You are here

public static property EntityReferenceRelationshipTest::$testViews in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/field/src/Tests/EntityReference/Views/EntityReferenceRelationshipTest.php \Drupal\field\Tests\EntityReference\Views\EntityReferenceRelationshipTest::testViews

Views used by this test.

Type: array

File

core/modules/field/src/Tests/EntityReference/Views/EntityReferenceRelationshipTest.php, line 33
Contains \Drupal\field\Tests\EntityReference\Views\EntityReferenceRelationshipTest.

Class

EntityReferenceRelationshipTest
Tests entity reference relationship data.

Namespace

Drupal\field\Tests\EntityReference\Views

Code

public static $testViews = array(
  'test_entity_reference_entity_test_view',
  'test_entity_reference_reverse_entity_test_view',
  'test_entity_reference_entity_test_mul_view',
  'test_entity_reference_reverse_entity_test_mul_view',
);