| 1 |
<?php |
<?php |
| 2 |
// $Id: simpletest.pages.inc,v 1.1.4.4 2009/11/09 20:57:16 boombatower Exp $ |
// $Id: simpletest.pages.inc,v 1.1.4.5 2009/11/09 22:51:35 boombatower Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 12 |
function simpletest_test_form($form) { |
function simpletest_test_form($form) { |
| 13 |
$form['tests'] = array( |
$form['tests'] = array( |
| 14 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 15 |
'#title' => t('2.x compatible tests'), |
'#title' => t('Tests'), |
| 16 |
'#description' => t('Select the test(s) or test group(s) you would like to run, and click <em>Run tests</em>.'), |
'#description' => t('Select the test(s) or test group(s) you would like to run, and click <em>Run tests</em>.'), |
| 17 |
); |
); |
| 18 |
|
|