public static function StatisticsAdminTestCase::getInfo

7.x statistics.test public static StatisticsAdminTestCase::getInfo()

File

drupal-7.x/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'
  );
}