mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
it_use_user_token_in_public_api_request test
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Tests;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
@@ -18,6 +19,6 @@ abstract class TestCase extends BaseTestCase
|
||||
|
||||
Notification::fake();
|
||||
|
||||
$this->withoutExceptionHandling();
|
||||
Storage::fake('local');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user