public static function StatisticsLoggingTestCase::getInfo

File

drupal/modules/statistics/statistics.test, line 55
Tests for the Statistics module.

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Statistics logging tests',
    'description' => 'Tests request logging for cached and uncached pages.',
    'group' => 'Statistics',
  );
}