public static function StatisticsTokenReplaceTestCase::getInfo
7.x statistics.test | public static StatisticsTokenReplaceTestCase::getInfo() |
File
- drupal-7.x/
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',
);
}