mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
splitted user name
This commit is contained in:
@@ -17,6 +17,7 @@ class TrashTest extends TestCase
|
||||
public function it_restore_items_from_trash()
|
||||
{
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
$attributes = [
|
||||
@@ -60,6 +61,7 @@ class TrashTest extends TestCase
|
||||
public function it_dump_trash()
|
||||
{
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
Sanctum::actingAs($user);
|
||||
|
||||
Reference in New Issue
Block a user