public static function LinkCheckerUserImpersonatingUserTestCase::getInfo in Link checker 6.2
File
- tests/
linkchecker_extract_links.test, line 384 - Test file for Link checker module.
Class
- LinkCheckerUserImpersonatingUserTestCase
- Test case for impersonating users.
Code
public static function getInfo() {
return array(
'name' => 'Link checker impersonate users',
'description' => 'Temporarily impersonate another user, and then restore the original user.',
'group' => 'Link checker',
);
}