Created
July 9, 2020 20:09
-
-
Save minthemiddle/6b86f236185c35996e10b125124abebe to your computer and use it in GitHub Desktop.
Markdium-Lessons Learnt: PHPUnit for Beginners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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