Skip to content

Commit

Permalink
update json formatter test
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 5, 2018
1 parent 4477f78 commit 43c2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Handler/Formatter/JsonSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'body_data' => [],
'raw_data' => '',
'files_data' => [],
'cookie_data' => (new Cookie([]))->getArrayCopy(),
'cookie_data' => [],
],
],
];
Expand Down

0 comments on commit 43c2e6f

Please sign in to comment.