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

Partial rollback of Issue #1700682; breaks contributed module testing.

parent e06c4610
Branches
Tags
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
......@@ -549,13 +549,6 @@ function simpletest_script_get_test_list() {
}
}
// Filter out abstract classes.
foreach ($test_list as $i => $test_class) {
$class_info = new \ReflectionClass($test_class);
if ($class_info->isAbstract()) {
unset($test_list[$i]);
}
}
if (empty($test_list)) {
simpletest_script_print_error('No valid tests were specified.');
exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment