public static function CasUserTestCase::getInfo in CAS 7
Same name and namespace in other branches
- 6.3 cas.test \CasUserTestCase::getInfo()
File
- ./
cas.test, line 365 - Tests for cas.module.
Class
- CasUserTestCase
- Test case to test user editing behavior.
Code
public static function getInfo() {
return array(
'name' => 'User behavior',
'description' => 'Test CAS user behavior, including auto-registration and user editing.',
'group' => 'Central Authentication Service',
);
}