Skip to content

Instantly share code, notes, and snippets.

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

  • Save minthemiddle/6b86f236185c35996e10b125124abebe to your computer and use it in GitHub Desktop.

Select an option

Save minthemiddle/6b86f236185c35996e10b125124abebe to your computer and use it in GitHub Desktop.
Markdium-Lessons Learnt: PHPUnit for Beginners
$view = $response->viewData('products') // was passed to view in controller
$this->assertEquals($product->name, $view->first()->name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment