You are here

public static property NodeCacheTagsTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/node/tests/src/Functional/NodeCacheTagsTest.php, line 20

Class

NodeCacheTagsTest
Tests the Node entity's cache tags.

Namespace

Drupal\Tests\node\Functional

Code

public static $modules = [
  'node',
];