mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update LoginTest
This commit is contained in:
parent
f6ed376dc1
commit
45a48270d6
1 changed files with 0 additions and 2 deletions
|
@ -3,11 +3,9 @@
|
||||||
namespace Tests\Feature;
|
namespace Tests\Feature;
|
||||||
|
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
|
||||||
|
|
||||||
class LoginTest extends TestCase
|
class LoginTest extends TestCase
|
||||||
{
|
{
|
||||||
use DatabaseTransactions;
|
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function view_login_page()
|
public function view_login_page()
|
||||||
|
|
Loading…
Reference in a new issue