public static function StatisticsLoggingTest::getInfo

File

drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php, line 28
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 function getInfo() {
  return array(
    'name' => 'Statistics logging tests',
    'description' => 'Tests request logging for cached and uncached pages.',
    'group' => 'Statistics',
  );
}