public static property StatisticsLoggingTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php, line 26
Definition of Drupal\statistics\Tests\StatisticsLoggingTest.

Class

StatisticsLoggingTest
Tests that logging via statistics_exit() works for all pages.

Namespace

Drupal\statistics\Tests

Code

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