protected static property StatisticsLoggingTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php \Drupal\Tests\statistics\Functional\StatisticsLoggingTest::modules
- 9 core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php \Drupal\Tests\statistics\FunctionalJavascript\StatisticsLoggingTest::modules
Same name and namespace in other branches
- 8 core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php \Drupal\Tests\statistics\Functional\StatisticsLoggingTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ statistics/ tests/ src/ Functional/ StatisticsLoggingTest.php, line 24
Class
- StatisticsLoggingTest
- Tests request logging for cached and uncached pages.
Namespace
Drupal\Tests\statistics\FunctionalCode
protected static $modules = [
'node',
'statistics',
'block',
'locale',
];