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