- Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output.

merge-requests/26/head
Dries Buytaert 2009-09-21 06:52:40 +00:00
parent ee8aa910b9
commit a32c8ecfff
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)),
),