public static property TrackerTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php, line 22
Definition of Drupal\tracker\Tests\TrackerTest.

Class

TrackerTest
Defines a base class for testing tracker.module.

Namespace

Drupal\tracker\Tests

Code

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