You are here

public static property TrackerNodeAccessTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

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

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