From 2f2dfda72e8b9c344c9fe765c554446648e54bfa Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 6 Aug 2012 23:13:43 -0700
Subject: [PATCH] Partial rollback of Issue #1700682; breaks contributed module
 testing.

---
 core/scripts/run-tests.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 6a0fdaad4dde..54f619bab2ad 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -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;
-- 
GitLab