diff --git a/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php b/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php
index be43f39..3c2e614 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.
