Update LoginTest

This commit is contained in:
Daniel Supernault 2018-10-04 15:43:08 -06:00
parent f6ed376dc1
commit 45a48270d6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 2 deletions

View File

@ -3,11 +3,9 @@
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class LoginTest extends TestCase
{
use DatabaseTransactions;
/** @test */
public function view_login_page()