You are here

protected static property NodeCacheTagsTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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