Skip to content

Instantly share code, notes, and snippets.

@da-n
Created September 22, 2016 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save da-n/05af75f4edd39c799a088b0d9fa69ed2 to your computer and use it in GitHub Desktop.
Save da-n/05af75f4edd39c799a088b0d9fa69ed2 to your computer and use it in GitHub Desktop.
Laravel PHPUnit test ajax
$this->get('/users/2/routes', ['HTTP_X-Requested-With' => 'XMLHttpRequest'])
->seeJsonStructure([
'*' => ['id', 'name'],
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment