You are here

public static function StatisticsAdvancedTestCase::getInfo in Statistics Advanced 6

File

./statistics_advanced.test, line 12
Unit tests for the statistics_advanced module.

Class

StatisticsAdvancedTestCase
Test basic statistics advanced functionality.

Code

public static function getInfo() {
  return array(
    'name' => t('Statistics advanced settings functionality'),
    'description' => t('Test basic statistics advanced settings module functionality.'),
    'group' => t('Statistics advanced settings'),
  );
}