Skip to content

Commit e31aae0

Browse files
committed
DEBUG - TO REMOVE
1 parent c1986e4 commit e31aae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Functional/App/Serialization/JsonRpcResponseErrorNormalizerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public function testShouldNormalizeError()
5757

5858
$debugData = $normalizer->normalize(new JsonRpcInternalErrorException($exception));
5959

60+
var_dump(ini_get('zend.exception_ignore_args'));
61+
var_dump($debugData['_trace'][0]);
6062
$this->assertFalse(empty($debugData['_class']));
6163
$this->assertFalse(empty($debugData['_code']));
6264
$this->assertFalse(empty($debugData['_message']));

0 commit comments

Comments
 (0)