mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
PersonalAccessTokenTest refactoring
This commit is contained in:
4
tests/Feature/External/SubscriptionTest.php
vendored
4
tests/Feature/External/SubscriptionTest.php
vendored
@@ -3,16 +3,12 @@
|
||||
namespace Tests\Feature\External;
|
||||
|
||||
use App\Models\User;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Support\Str;
|
||||
use Laravel\Sanctum\Sanctum;
|
||||
use Tests\TestCase;
|
||||
|
||||
class SubscriptionTest extends TestCase
|
||||
{
|
||||
use DatabaseMigrations;
|
||||
|
||||
private $user;
|
||||
|
||||
private $plan;
|
||||
|
||||
Reference in New Issue
Block a user