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 c1986e4 commit e31aae0Copy full SHA for e31aae0
tests/Functional/App/Serialization/JsonRpcResponseErrorNormalizerTest.php
@@ -57,6 +57,8 @@ public function testShouldNormalizeError()
57
58
$debugData = $normalizer->normalize(new JsonRpcInternalErrorException($exception));
59
60
+ var_dump(ini_get('zend.exception_ignore_args'));
61
+ var_dump($debugData['_trace'][0]);
62
$this->assertFalse(empty($debugData['_class']));
63
$this->assertFalse(empty($debugData['_code']));
64
$this->assertFalse(empty($debugData['_message']));
0 commit comments