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 e0f8877 commit bfec2f3Copy full SHA for bfec2f3
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php
@@ -62,7 +62,7 @@ public function testRendersStackWithoutBinaryStrings()
62
ini_set('zend.exception_ignore_args', false);
63
}
64
65
- $binaryData = file_get_contents(__DIR__ . '/../Fixtures/pixel.png');
+ $binaryData = file_get_contents(__DIR__.'/../Fixtures/pixel.png');
66
$exception = $this->getRuntimeException($binaryData);
67
68
$rendered = (new HtmlErrorRenderer(true))->render($exception)->getAsString();
0 commit comments