public static function StatisticsReportsTestCase::getInfo
Archivo
- drupal-7.x/
modules/ statistics/ statistics.test, line 153 - Tests for the Statistics module.
Class
- StatisticsReportsTestCase
- Tests that report pages render properly, and that access logging works.
Código
public static function getInfo() {
return array(
'name' => 'Statistics reports tests',
'description' => 'Tests display of statistics report pages and access logging.',
'group' => 'Statistics',
);
}