File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace Binaryk \LaravelRestify ;
44
5+ use Binaryk \LaravelRestify \Http \Controllers \Auth \ForgotPasswordController ;
56use Binaryk \LaravelRestify \Http \Controllers \Auth \LoginController ;
67use Binaryk \LaravelRestify \Http \Controllers \Auth \RegisterController ;
7- use Binaryk \LaravelRestify \Http \Controllers \Auth \ForgotPasswordController ;
88use Binaryk \LaravelRestify \Http \Controllers \Auth \RegisterController ;
99use Binaryk \LaravelRestify \Http \Controllers \Auth \VerifyController ;
1010use Binaryk \LaravelRestify \Http \Controllers \AuthController ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function test_user_can_successfully_login()
2424 'password ' => 'secret! ' ,
2525 ]))->assertOk ()->assertJsonStructure ([
2626 'data ' => [
27- 'user ' =>[
27+ 'user ' => [
2828 'id ' ,
2929 'name ' ,
3030 'avatar ' ,
@@ -36,7 +36,7 @@ public function test_user_can_successfully_login()
3636 'updated_at ' ,
3737 ],
3838 'token ' ,
39- ]
39+ ],
4040 ]);
4141 }
4242
You can’t perform that action at this time.
0 commit comments