public static property TrackerTestBase::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/tracker/lib/Drupal/tracker/Tests/Views/TrackerTestBase.php, line 24
Contains \Drupal\tracker\Tests\Views\TrackerTestBase.

Class

TrackerTestBase
Base class for all tracker tests.

Namespace

Drupal\tracker\Tests\Views

Code

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