You are here

public static function LinkCheckerImpersonatingUserTestCase::getInfo in Link checker 7

File

./linkchecker.test, line 595
Test file for Link checker module.

Class

LinkCheckerImpersonatingUserTestCase
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',
  );
}