public static function StatisticsLoggingTestCase::getInfo

7.x statistics.test public static StatisticsLoggingTestCase::getInfo()

File

drupal-7.x/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'
  );
}