From 135ca98eb025b49ad9e040d9f1c6c63c912d98a8 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 16 Aug 2022 10:46:07 +0200 Subject: [PATCH] Remove workaround for upstream bug --- tests/Composer/Test/Command/RequireCommandTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/Composer/Test/Command/RequireCommandTest.php b/tests/Composer/Test/Command/RequireCommandTest.php index 0579d06e7..ed7ec98b9 100644 --- a/tests/Composer/Test/Command/RequireCommandTest.php +++ b/tests/Composer/Test/Command/RequireCommandTest.php @@ -58,11 +58,6 @@ class RequireCommandTest extends TestCase } else { $this->assertSame(trim($expected), trim($appTester->getDisplay(true))); } - - // workaround until https://github.com/symfony/symfony/pull/46747 is merged - putenv('SHELL_VERBOSITY'); - unset($_ENV['SHELL_VERBOSITY']); - unset($_SERVER['SHELL_VERBOSITY']); } public function provideRequire(): \Generator