public static function TokenBlockTestCase::getInfo in Token 7
File
- ./
token.test, line 1062 - Test integration for the token module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Block token tests',
'description' => 'Test the block title token replacement.',
'group' => 'Token',
);
}