public static function StatisticsAdminTestCase::getInfo

File

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