Skip to content

Instantly share code, notes, and snippets.

@DCzajkowski
Created May 22, 2018 20:34
Show Gist options
  • Save DCzajkowski/fecf2696b9e23639db7aca2cf4b2d497 to your computer and use it in GitHub Desktop.
Save DCzajkowski/fecf2696b9e23639db7aca2cf4b2d497 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
{
/**
* A basic test example.
*
* @return void
*/
public function testExample()
{
$this->assertTrue(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment