Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a32c8ecf
Commit
a32c8ecf
authored
Sep 21, 2009
by
Dries
Browse files
- Patch
#249553
by sun: started to rename SimpleTest to Testing, at least in user output.
parent
ee8aa910
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/simpletest/simpletest.info
View file @
a32c8ecf
;
$
Id
$
name
=
"Simple
Test
"
description
=
"
Provides a framework for unit and functional testing.
"
name
=
Test
ing
description
=
Provides
a
framework
for
unit
and
functional
testing
.
package
=
Core
version
=
VERSION
core
=
7.
x
...
...
modules/simpletest/simpletest.module
View file @
a32c8ecf
...
...
@@ -148,7 +148,7 @@ function simpletest_run_tests($test_list, $reporter = 'drupal') {
$info
=
$first_instance
->
getInfo
();
$batch
=
array
(
'title'
=>
t
(
'Running
SimpleT
ests'
),
'title'
=>
t
(
'Running
t
ests'
),
'operations'
=>
array
(
array
(
'_simpletest_batch_operation'
,
array
(
$test_list
,
$test_id
)),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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