public static function TokenReplaceTestCase::getInfo in Drupal 7
File
- modules/
system/ system.test, line 2140 - Tests for system.module.
Class
- TokenReplaceTestCase
- Test token replacement in strings.
Code
public static function getInfo() {
return array(
'name' => 'Token replacement',
'description' => 'Generates text using placeholders for dummy content to check token replacement.',
'group' => 'System',
);
}