Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1f994597
Commit
1f994597
authored
Jan 24, 2013
by
Angie Byron
Browse files
Issue
#1895054
by alexpott: Convert an openid test to DrupalUnitTestBase.
parent
8e37c343
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php
View file @
1f994597
...
...
@@ -7,13 +7,13 @@
namespace
Drupal\openid\Tests
;
use
Drupal\simpletest\
Web
TestBase
;
use
Drupal\simpletest\
DrupalUnit
TestBase
;
use
stdClass
;
/**
* Test internal helper functions.
*/
class
OpenIDTest
extends
Web
TestBase
{
class
OpenIDTest
extends
DrupalUnit
TestBase
{
/**
* Modules to enable.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment