mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Update Drupal 7 dependencies
This commit is contained in:
parent
7d902ba1ef
commit
13df912654
391 changed files with 2900 additions and 1502 deletions
|
@ -443,7 +443,7 @@ function simpletest_settings_form($form, &$form_state) {
|
|||
$form['general']['simpletest_clear_results'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Clear results after each complete test suite run'),
|
||||
'#description' => t('By default SimpleTest will clear the results after they have been viewed on the results page, but in some cases it may be useful to leave the results in the database. The results can then be viewed at <em>admin/config/development/testing/[test_id]</em>. The test ID can be found in the database, simpletest table, or kept track of when viewing the results the first time. Additionally, some modules may provide more analysis or features that require this setting to be disabled.'),
|
||||
'#description' => t('By default SimpleTest will clear the results after they have been viewed on the results page, but in some cases it may be useful to leave the results in the database. The results can then be viewed at <em>admin/config/development/testing/results/[test_id]</em>. The test ID can be found in the database, simpletest table, or kept track of when viewing the results the first time. Additionally, some modules may provide more analysis or features that require this setting to be disabled.'),
|
||||
'#default_value' => variable_get('simpletest_clear_results', TRUE),
|
||||
);
|
||||
$form['general']['simpletest_verbose'] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue