public static function TokenExampleTestCase::getInfo in Examples for Developers 6
Same name and namespace in other branches
- 7 token_example/token_example.test \TokenExampleTestCase::getInfo()
File
- token_example/
token_example.test, line 11 - Test cases for Testing the token example module.
Class
- TokenExampleTestCase
- @file Test cases for Testing the token example module.
Code
public static function getInfo() {
return array(
'name' => 'Token example functionality',
'description' => 'Verify the token example interface.',
'group' => 'Examples',
'dependencies' => array(
'token',
),
);
}