Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3253639
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3253639
Commits
97791517
Commit
97791517
authored
13 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#984874
by LSU_JBob, dalin, Albert Volkman, sun: Use DrupalUnitTestCase where possible.
parent
a66c4bbb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/simpletest/tests/common.test
+2
-2
2 additions, 2 deletions
modules/simpletest/tests/common.test
modules/simpletest/tests/unicode.test
+1
-1
1 addition, 1 deletion
modules/simpletest/tests/unicode.test
with
3 additions
and
3 deletions
modules/simpletest/tests/common.test
+
2
−
2
View file @
97791517
...
...
@@ -524,7 +524,7 @@ class CommonSizeTestCase extends DrupalUnitTestCase {
/**
* Test drupal_explode_tags() and drupal_implode_tags().
*/
class
DrupalTagsHandlingTestCase
extends
Drupal
Web
TestCase
{
class
DrupalTagsHandlingTestCase
extends
Drupal
Unit
TestCase
{
var
$validTags
=
array
(
'Drupal'
=>
'Drupal'
,
'Drupal with some spaces'
=>
'Drupal with some spaces'
,
...
...
@@ -2113,7 +2113,7 @@ class DrupalErrorCollectionUnitTest extends DrupalWebTestCase {
/**
* Test the drupal_parse_info_file() API function.
*/
class
ParseInfoFilesTestCase
extends
Drupal
Web
TestCase
{
class
ParseInfoFilesTestCase
extends
Drupal
Unit
TestCase
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Parsing .info files'
,
...
...
This diff is collapsed.
Click to expand it.
modules/simpletest/tests/unicode.test
+
1
−
1
View file @
97791517
...
...
@@ -8,7 +8,7 @@
/**
* Test unicode handling features implemented in unicode.inc.
*/
class
UnicodeUnitTest
extends
Drupal
Web
TestCase
{
class
UnicodeUnitTest
extends
Drupal
Unit
TestCase
{
/**
* Whether to run the extended version of the tests (including non latin1 characters).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment