I tried creating a unit test for the relationships between my User and Shop models, however when I run vendor\\\\bin\\\\phpunit this e
User
Shop
vendor\\\\bin\\\\phpunit
Example:
user = \App\User::first(); } public function testExample() { $this->assertEquals('victor@castrocontreras.com', $this->user->email); } }