You are here

protected static property NodeAccessCacheabilityTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php, line 24

Class

NodeAccessCacheabilityTest
Tests the node access automatic cacheability bubbling logic.

Namespace

Drupal\Tests\node\Functional

Code

protected static $modules = [
  'node_access_test',
  'node_access_test_auto_bubbling',
];