TrackerNodeAccessTest::$modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

TrackerNodeAccessTest
Tests for private node access on /tracker.

Namespace

Drupal\Tests\tracker\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.