public static function CasAttributesTokenTestCase::getInfo in CAS Attributes 7
Same name and namespace in other branches
- 6.3 cas_attributes.test \CasAttributesTokenTestCase::getInfo()
File
- ./
cas_attributes.test, line 31 - Tests for CAS Attributes.
Class
- CasAttributesTokenTestCase
- Test case for CAS attribute tokens.
Code
public static function getInfo() {
return array(
'name' => 'CAS Attributes: Tokens',
'description' => 'Test CAS Attribute attribute tokens.',
'group' => 'Central Authentication Service',
);
}