Guest User

Untitled

a guest
May 27th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Tests\Feature\Auth;
  4.  
  5. use Tests\TestCase;
  6. use Illuminate\Foundation\Testing\WithFaker;
  7. use Illuminate\Foundation\Testing\RefreshDatabase;
  8.  
  9. class LoginTest extends TestCase
  10. {
  11. public function test_user_can_view_a_login_form()
  12. {
  13. //
  14. }
  15. }
Add Comment
Please, Sign In to add comment