From 64c8b12b97a78a774eae6088d8d654ffdcd4d301 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 29 Feb 2012 00:07:48 -0800 Subject: Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests. --- modules/openid/openid.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openid') diff --git a/modules/openid/openid.test b/modules/openid/openid.test index 9b6b1ad5f..7e766b9fe 100644 --- a/modules/openid/openid.test +++ b/modules/openid/openid.test @@ -653,7 +653,7 @@ class OpenIDInvalidIdentifierTransitionTestCase extends OpenIDFunctionalTestCase /** * Test internal helper functions. */ -class OpenIDUnitTest extends DrupalWebTestCase { +class OpenIDTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'OpenID helper functions', -- cgit v1.2.3