public static function StatisticsTokenReplaceTestCase::getInfo

File

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