You are here

public static function AnalyticsTestCase::getInfo in Analytics 6

File

tests/analytics.test, line 12
Tests for analytics module.

Class

AnalyticsTestCase
Basic storage tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Analytics tests',
    'description' => 'Test analytics data storage.',
    'group' => 'Analytics',
  );
}