Skip to content

Instantly share code, notes, and snippets.

@dazecoop
Created August 11, 2021 10:35
Show Gist options
  • Save dazecoop/60dfe602515ffbee8f234d880f7032c4 to your computer and use it in GitHub Desktop.
Save dazecoop/60dfe602515ffbee8f234d880f7032c4 to your computer and use it in GitHub Desktop.
Output JSON from a $this->json() within Laravel/PHPUnit
$resp = $this->json('GET', "THE_URL", [
// THE PAYLOAD
]);
dd((array)json_decode($resp->content()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment