You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/tracker/src/Tests/Views/TrackerTestBase.php, line 27
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',
);