mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
splitted user name
This commit is contained in:
@@ -16,6 +16,7 @@ class UserZippingTest extends TestCase
|
||||
public function it_zip_multiple_files_and_download_it()
|
||||
{
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
Sanctum::actingAs($user);
|
||||
@@ -68,6 +69,7 @@ class UserZippingTest extends TestCase
|
||||
public function it_zip_folder_with_content_within_and_download()
|
||||
{
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
Sanctum::actingAs($user);
|
||||
|
||||
Reference in New Issue
Block a user