We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd2814 commit a1e969eCopy full SHA for a1e969e
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php
@@ -57,10 +57,8 @@ public static function getRenderData(): iterable
57
58
public function testRendersStackWithoutBinaryStrings()
59
{
60
- if (\PHP_VERSION_ID >= 70400) {
61
- // make sure method arguments are available in stack traces (see https://www.php.net/manual/en/ini.core.php)
62
- ini_set('zend.exception_ignore_args', false);
63
- }
+ // make sure method arguments are available in stack traces (see https://www.php.net/manual/en/ini.core.php)
+ ini_set('zend.exception_ignore_args', false);
64
65
$binaryData = file_get_contents(__DIR__.'/../Fixtures/pixel.png');
66
$exception = $this->getRuntimeException($binaryData);
0 commit comments