You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Tests/NodeCacheTagsTest.php \Drupal\node\Tests\NodeCacheTagsTest::modules

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/node/src/Tests/NodeCacheTagsTest.php, line 23
Contains \Drupal\node\Tests\NodeCacheTagsTest.

Class

NodeCacheTagsTest
Tests the Node entity's cache tags.

Namespace

Drupal\node\Tests

Code

public static $modules = array(
  'node',
);