You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php, line 25
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 $modules = array(
  'node',
  'node_test_views',
);