public static function GaLoginOthersPermissionsTestCase::getInfo in Google Authenticator login 7
Implementation getInfo().
File
- ./
ga_login.test, line 532 - Tests for ga_login.module.
Class
- GaLoginOthersPermissionsTestCase
- Test others' permissions.
Code
public static function getInfo() {
return array(
'name' => "GA Login others' permissions",
'description' => "Test ga_login others' permissions.",
'group' => 'GA Login',
);
}