- Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output.
parent
ee8aa910b9
commit
a32c8ecfff
|
@ -1,6 +1,6 @@
|
|||
; $Id$
|
||||
name = "SimpleTest"
|
||||
description = "Provides a framework for unit and functional testing."
|
||||
name = Testing
|
||||
description = Provides a framework for unit and functional testing.
|
||||
package = Core
|
||||
version = VERSION
|
||||
core = 7.x
|
||||
|
|
|
@ -148,7 +148,7 @@ function simpletest_run_tests($test_list, $reporter = 'drupal') {
|
|||
$info = $first_instance->getInfo();
|
||||
|
||||
$batch = array(
|
||||
'title' => t('Running SimpleTests'),
|
||||
'title' => t('Running tests'),
|
||||
'operations' => array(
|
||||
array('_simpletest_batch_operation', array($test_list, $test_id)),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue