public static function TokenCurrentPageTestCase::getInfo in Token 6
Same name and namespace in other branches
- 7 token.test \TokenCurrentPageTestCase::getInfo()
File
- ./
token.test, line 664 - Tests for the token module.
Class
- TokenCurrentPageTestCase
- Test the current page tokens.
Code
public static function getInfo() {
return array(
'name' => 'Current page token tests',
'description' => 'Test the current page tokens.',
'group' => 'Token',
);
}