public static function StatisticsAdminTestCase::getInfo in Drupal 7
File
- modules/
statistics/ statistics.test, line 325 - Tests for the Statistics module.
Class
- StatisticsAdminTestCase
- Tests the statistics administration screen.
Code
public static function getInfo() {
return array(
'name' => 'Test statistics admin.',
'description' => 'Tests the statistics admin.',
'group' => 'Statistics',
);
}