You are here

public static function StatisticsTokenReplaceTestCase::getInfo in Drupal 7

File

modules/statistics/statistics.test, line 462
Tests for the Statistics module.

Class

StatisticsTokenReplaceTestCase
Tests statistics token replacement in strings.

Code

public static function getInfo() {
  return array(
    'name' => 'Statistics token replacement',
    'description' => 'Generates text using placeholders for dummy content to check statistics token replacement.',
    'group' => 'Statistics',
  );
}