protected static property TrackerTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/tracker/tests/src/Functional/TrackerTest.php \Drupal\Tests\tracker\Functional\TrackerTest::modules
- 9 core/modules/tracker/tests/src/Functional/TrackerTest.php \Drupal\Tests\tracker\Functional\TrackerTest::modules
Modules to enable.
Type: array
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\FunctionalCode
protected static $modules = [
'block',
'comment',
'tracker',
'history',
'node_test',
];