Fix namespace
This commit is contained in:
parent
f4407e41e5
commit
793429e8e0
tests/Feature/Remote
|
@ -1,11 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Feature\Nami;
|
||||
namespace Tests\Feature\Remote;
|
||||
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Illuminate\Support\Facades\Crypt;
|
||||
use Illuminate\Testing\TestResponse;
|
||||
use Tests\EndToEndTestCase;
|
||||
use Tests\TestCase;
|
||||
use Zoomyboy\LaravelNami\Authentication\Auth;
|
||||
use Zoomyboy\LaravelNami\Data\MemberEntry;
|
||||
|
|
Loading…
Reference in New Issue