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
echo'Simpletest database and files kept and test exited immediately on fail so should be reproducible if you change settings.php to use the database prefix '.$db_prefix.' and config directories in '.$test_directory."\n";
echo'Simpletest database and files kept and test exited immediately on fail so should be reproducible if you change settings.php to use the database prefix '.$db_prefix.' and config directories in '.$test_directory."\n";
$args['keep-results']= TRUE;
// Exit repeat loop immediately.
$args['repeat']=-1;
...
...
@@ -644,7 +653,7 @@ function simpletest_script_execute_batch($test_classes) {
}
/**
* Run a group of phpunit tests.
* Run a PHPUnit-based test.
*/
function simpletest_script_run_phpunit($test_id, $class){
$reflection= new \ReflectionClass($class);
...
...
@@ -672,12 +681,15 @@ function simpletest_script_run_phpunit($test_id, $class) {