You are here

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

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

Modules to enable.

Type: array

File

core/modules/tracker/src/Tests/TrackerTest.php, line 35
Contains \Drupal\tracker\Tests\TrackerTest.

Class

TrackerTest
Create and delete nodes and check for their display in the tracker listings.

Namespace

Drupal\tracker\Tests

Code

public static $modules = [
  'block',
  'comment',
  'tracker',
  'history',
  'node_test',
];