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 c180640 commit 628ba70Copy full SHA for 628ba70
tests/FlareMiddleware/AddExceptionInformationTest.php
@@ -39,7 +39,7 @@ public function context()
39
40
$context = $report->toArray()['context'];
41
42
- expect($context['context']['hello'])->toBe('world');
+ expect($context['exception']['hello'])->toBe('world');
43
});
44
45
it('will only add arrays as user provided context', function () {
0 commit comments