protected static property TrackerNodeAccessTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php \Drupal\Tests\tracker\Functional\TrackerNodeAccessTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ tracker/ tests/ src/ Functional/ TrackerNodeAccessTest.php, line 24
Class
- TrackerNodeAccessTest
- Tests for private node access on /tracker.
Namespace
Drupal\Tests\tracker\FunctionalCode
protected static $modules = [
'node',
'comment',
'tracker',
'node_access_test',
];