You are here

protected static property StatisticsLoggingTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php \Drupal\Tests\statistics\FunctionalJavascript\StatisticsLoggingTest::modules
  2. 9 core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php \Drupal\Tests\statistics\FunctionalJavascript\StatisticsLoggingTest::modules

File

core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php, line 20

Class

StatisticsLoggingTest
Tests that statistics works.

Namespace

Drupal\Tests\statistics\FunctionalJavascript

Code

protected static $modules = [
  'node',
  'statistics',
  'language',
];