From f42411a0e2e3eb66cba253bc73ed4917c8e32c9b Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Fri, 25 Aug 2023 11:41:14 +1200 Subject: [PATCH] Issue #3377665 by sourabhjain, longwave: Remove reference to @requires in BuildTestBase --- core/tests/Drupal/BuildTests/Framework/BuildTestBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/tests/Drupal/BuildTests/Framework/BuildTestBase.php b/core/tests/Drupal/BuildTests/Framework/BuildTestBase.php index 7d10abb86367..70ee4569755d 100644 --- a/core/tests/Drupal/BuildTests/Framework/BuildTestBase.php +++ b/core/tests/Drupal/BuildTests/Framework/BuildTestBase.php @@ -45,8 +45,6 @@ * built into the test, or abstract base classes. * - Allow parallel testing, using random/unique port numbers for different HTTP * servers. - * - Allow the use of PHPUnit-style (at)require annotations for external shell - * commands. * * We don't use UiHelperInterface because it is too tightly integrated to * Drupal. -- GitLab