You are here

public static property TrackerNodeAccessTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/tracker/src/Tests/TrackerNodeAccessTest.php \Drupal\tracker\Tests\TrackerNodeAccessTest::modules

Modules to enable.

Type: array

File

core/modules/tracker/src/Tests/TrackerNodeAccessTest.php, line 29
Contains \Drupal\tracker\Tests\TrackerNodeAccessTest.

Class

TrackerNodeAccessTest
Tests for private node access on /tracker.

Namespace

Drupal\tracker\Tests

Code

public static $modules = array(
  'node',
  'comment',
  'tracker',
  'node_access_test',
);