Skip to content

Instantly share code, notes, and snippets.

@minthemiddle
Created July 9, 2020 20:09
Show Gist options
  • Select an option

  • Save minthemiddle/30bf96e1f672e46db651beb09cb2bcbf to your computer and use it in GitHub Desktop.

Select an option

Save minthemiddle/30bf96e1f672e46db651beb09cb2bcbf to your computer and use it in GitHub Desktop.
Markdium-Lessons Learnt: PHPUnit for Beginners
$product = Product:create([
'name' => 'Product 1',
'price' => 99.99
]);
// in your test
$response->assertSee($product->name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment