Issue #1895054 by alexpott: Convert an openid test to DrupalUnitTestBase.

8.0.x
webchick 2013-01-24 12:07:04 -08:00
parent 8e37c343ba
commit 1f994597d2
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
namespace Drupal\openid\Tests; namespace Drupal\openid\Tests;
use Drupal\simpletest\WebTestBase; use Drupal\simpletest\DrupalUnitTestBase;
use stdClass; use stdClass;
/** /**
* Test internal helper functions. * Test internal helper functions.
*/ */
class OpenIDTest extends WebTestBase { class OpenIDTest extends DrupalUnitTestBase {
/** /**
* Modules to enable. * Modules to enable.