Remove workaround for upstream bug
parent
a6d872191c
commit
135ca98eb0
|
@ -58,11 +58,6 @@ class RequireCommandTest extends TestCase
|
||||||
} else {
|
} else {
|
||||||
$this->assertSame(trim($expected), trim($appTester->getDisplay(true)));
|
$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
|
public function provideRequire(): \Generator
|
||||||
|
|
Loading…
Reference in New Issue