public static function CasLoginBlockTestCase::getInfo in CAS 7
Same name and namespace in other branches
- 6.3 cas.test \CasLoginBlockTestCase::getInfo()
File
- ./
cas.test, line 813 - Tests for cas.module.
Class
- CasLoginBlockTestCase
- Tests the visibility and functionality of the CAS login block.
Code
public static function getInfo() {
return array(
'name' => 'CAS login block',
'description' => 'Tests the CAS login block.',
'group' => 'Central Authentication Service',
);
}