You are here

protected static property TrackerTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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 31

Class

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

Namespace

Drupal\Tests\tracker\Functional

Code

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