Skip to content

Instantly share code, notes, and snippets.

@duncanmcclean
Created March 24, 2019 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncanmcclean/82dd2c03629b3e71661e0255665ca929 to your computer and use it in GitHub Desktop.
Save duncanmcclean/82dd2c03629b3e71661e0255665ca929 to your computer and use it in GitHub Desktop.
<?php
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
class LoginTest extends TestCase
{
use RefreshDatabase;
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment