You are here

protected static property TrackerNodeAccessTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php, line 24

Class

TrackerNodeAccessTest
Tests for private node access on /tracker.

Namespace

Drupal\Tests\tracker\Functional

Code

protected static $modules = [
  'node',
  'comment',
  'tracker',
  'node_access_test',
];