File
- drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php, line 14
- Definition of Drupal\statistics\Tests\StatisticsReportsTest.
Class
- StatisticsReportsTest
- Tests that report pages render properly, and that access logging works.
Namespace
Drupal\statistics\Tests
Code
public static function getInfo() {
return array(
'name' => 'Statistics reports tests',
'description' => 'Tests display of statistics report pages and access logging.',
'group' => 'Statistics',
);
}