Skip to content

Instantly share code, notes, and snippets.

@minthemiddle
Created July 9, 2020 20:09
Show Gist options
  • Save minthemiddle/3acdfc00725a690448ecfa57eb3f67d1 to your computer and use it in GitHub Desktop.
Save minthemiddle/3acdfc00725a690448ecfa57eb3f67d1 to your computer and use it in GitHub Desktop.
Markdium-Lessons Learnt: PHPUnit for Beginners
$response = $this->actingAs($this->user)
->put('/products/' . $product->id,
[
'name' => 'Test',
'price' => 99.99,
],
[
'Accept' => 'Application/json',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment