Skip to content

Instantly share code, notes, and snippets.

@DCzajkowski
Created May 22, 2018 20:35
Show Gist options
  • Save DCzajkowski/26d766c2fd4ddf39cd5e4e8853832d0c to your computer and use it in GitHub Desktop.
Save DCzajkowski/26d766c2fd4ddf39cd5e4e8853832d0c to your computer and use it in GitHub Desktop.
<?php
namespace Tests\Feature\Auth;
use Tests\TestCase;
use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
class LoginTest extends TestCase
{
public function test_user_can_view_a_login_form()
{
//
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment