You are here

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

Same name in this branch
  1. 8 core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php \Drupal\node\Tests\Views\RevisionRelationshipsTest::testViews
  2. 8 core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php \Drupal\block_content\Tests\Views\RevisionRelationshipsTest::testViews
Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php \Drupal\node\Tests\Views\RevisionRelationshipsTest::testViews

Views used by this test.

Type: array

File

core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php, line 38
Contains \Drupal\node\Tests\Views\RevisionRelationshipsTest.

Class

RevisionRelationshipsTest
Tests the integration of node_revision table of node module.

Namespace

Drupal\node\Tests\Views

Code

public static $testViews = array(
  'test_node_revision_nid',
  'test_node_revision_vid',
);