Skip to content
Snippets Groups Projects
Commit a32c8ecf authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent ee8aa910
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
; $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)),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment