Skip to content
Snippets Groups Projects
Commit aa9744b1 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1719530 follow-up by sun: SimpleTest hasn't been converted to CMI yet;...

Issue #1719530 follow-up by sun: SimpleTest hasn't been converted to CMI yet; add a stop-gap rename in conf array.
parent e4c2a578
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
......@@ -376,6 +376,9 @@ function simpletest_script_run_one_test($test_id, $test_class) {
// Override configuration according to command line parameters.
$conf['simpletest.settings']['verbose'] = $args['verbose'];
$conf['simpletest.settings']['clear_results'] = !$args['keep-results'];
// @todo D8: Remove after converting Simpletest settings to config.
$conf['simpletest_verbose'] = $args['verbose'];
$conf['simpletest_clear_results'] = !$args['keep-results'];
$test = new $test_class($test_id);
$test->run();
......
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