summaryrefslogtreecommitdiff
path: root/modules/openid/openid.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid/openid.test')
-rw-r--r--modules/openid/openid.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/openid.test b/modules/openid/openid.test
index b5bb7effe..9892c8035 100644
--- a/modules/openid/openid.test
+++ b/modules/openid/openid.test
@@ -7,7 +7,7 @@
class OpenIDFunctionalTest extends DrupalWebTestCase {
protected $web_user;
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('OpenID login and account registration'),
'description' => t("Adds an identity to a user's profile and uses it to log in, creates a user account using auto-registration."),
@@ -162,7 +162,7 @@ class OpenIDFunctionalTest extends DrupalWebTestCase {
* Test internal helper functions.
*/
class OpenIDUnitTest extends DrupalWebTestCase {
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('OpenID helper functions'),
'description' => t('Test OpenID helper functions.'),