function TokenExampleTestCase::getInfo
File
-
token_example/
token_example.test, line 20
Class
- TokenExampleTestCase
- Functional tests for the Token Example module.
Code
public static function getInfo() {
return array(
'name' => 'Token example functionality',
'description' => 'Verify the token example interface.',
'group' => 'Examples',
);
}