1
0
Fork 0

Remove workaround for upstream bug

pull/10982/head
Jordi Boggiano 2022-08-16 10:46:07 +02:00
parent a6d872191c
commit 135ca98eb0
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 5 deletions

View File

@ -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