From 7e3e377aabe080760b4cd02d01106ee11f068d89 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 29 Jan 2018 23:53:02 +0000 Subject: [PATCH] Revert "Revert "Issue #2935157 by neclimdul, alexpott: Run-test.sh does not run TestSuite tests"" This reverts commit 06fd53d2e806ed497e54db9b1a1a763c0b2cb665. --- .../Tests/{TestSuites => Core/Test}/TestSuiteBaseTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename core/tests/Drupal/Tests/{TestSuites => Core/Test}/TestSuiteBaseTest.php (96%) diff --git a/core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php b/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php similarity index 96% rename from core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php rename to core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php index 41a98419ee0..ede32ebf30e 100644 --- a/core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php +++ b/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php @@ -1,13 +1,14 @@