public static function TokenDateTestCase::getInfo in Token 7
File
- ./
token.test, line 1005 - Test integration for the token module.
Class
- TokenDateTestCase
- @todo Remove when http://drupal.org/node/1173706 is fixed.
Code
public static function getInfo() {
return array(
'name' => 'Date token tests',
'description' => 'Test the date tokens.',
'group' => 'Token',
);
}