From 0b6cfcbf58de5204ee426d5d6a78dd3ecf40fa66 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Thu, 4 Nov 2021 13:43:39 -0400 Subject: [PATCH] [DependencyInjection] mark test as legacy --- .../Contracts/Tests/Service/ServiceSubscriberTraitTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php b/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php index 4d8dbd470af9f..fa7c98cad53af 100644 --- a/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php +++ b/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php @@ -57,6 +57,7 @@ public function testSetContainerIsCalledOnParent() /** * @requires PHP 8 + * @group legacy */ public function testMethodsWithUnionReturnTypesAreIgnored() {