laravel phpunit integration test debugging: dump json response data

revision 1796fbdaf4034176f1b5d5f0c12ee6f141ab9c05

raw

phork0.php

1
2
3
<?php
$res = $this->json('GET', '/foo/bar');
dd($res->baseResponse->getData());

History