File
- drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php, line 40
- Definition of Drupal\statistics\Tests\StatisticsAdminTest.
Class
- StatisticsAdminTest
- Tests the statistics administration screen.
Namespace
Drupal\statistics\Tests
Code
public static function getInfo() {
return array(
'name' => 'Test statistics admin.',
'description' => 'Tests the statistics admin.',
'group' => 'Statistics',
);
}