(move login test to Backstage namespace)

This commit is contained in:
Adam Wathan
2017-05-18 11:51:50 -04:00
parent df28ade184
commit a7fa784495

View File

@@ -1,6 +1,6 @@
<?php
namespace Tests\Feature;
namespace Tests\Feature\Backstage;
use App\User;
use Tests\TestCase;