From 1f994597d25e2e3a7e9ddd5b40dbabb436f5884b Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 24 Jan 2013 12:07:04 -0800 Subject: [PATCH] Issue #1895054 by alexpott: Convert an openid test to DrupalUnitTestBase. --- core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php b/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php index be43f391493f..3c2e61419d14 100644 --- a/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php +++ b/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php @@ -7,13 +7,13 @@ namespace Drupal\openid\Tests; -use Drupal\simpletest\WebTestBase; +use Drupal\simpletest\DrupalUnitTestBase; use stdClass; /** * Test internal helper functions. */ -class OpenIDTest extends WebTestBase { +class OpenIDTest extends DrupalUnitTestBase { /** * Modules to enable.