You are here

public static property TrackerTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tracker/tests/src/Functional/TrackerTest.php \Drupal\Tests\tracker\Functional\TrackerTest::modules
  2. 10 core/modules/tracker/tests/src/Functional/TrackerTest.php \Drupal\Tests\tracker\Functional\TrackerTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/tracker/tests/src/Functional/TrackerTest.php, line 32

Class

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

Namespace

Drupal\Tests\tracker\Functional

Code

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