You are here

public static property StatisticsLoggingTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/statistics/src/Tests/StatisticsLoggingTest.php, line 27
Contains \Drupal\statistics\Tests\StatisticsLoggingTest.

Class

StatisticsLoggingTest
Tests request logging for cached and uncached pages.

Namespace

Drupal\statistics\Tests

Code

public static $modules = array(
  'node',
  'statistics',
  'block',
  'locale',
);