public static function CasGatewayTestCase::getInfo in CAS 7
Same name and namespace in other branches
- 6.3 cas.test \CasGatewayTestCase::getInfo()
File
- ./
cas.test, line 677 - Tests for cas.module.
Class
- CasGatewayTestCase
- Test case for CAS gateway feature.
Code
public static function getInfo() {
return array(
'name' => 'CAS Gateway',
'description' => 'Test CAS Gateway ("Check to see if user is already logged in") feature.',
'group' => 'Central Authentication Service',
);
}