public static function StatisticsReportsTestCase::getInfo

File

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

Class

StatisticsReportsTestCase
Tests that report pages render properly, and that access logging works.

Code

public static function getInfo() {
  return array(
    'name' => 'Statistics reports tests',
    'description' => 'Tests display of statistics report pages and access logging.',
    'group' => 'Statistics',
  );
}