splitted user name

This commit is contained in:
Čarodej
2022-01-14 11:17:00 +01:00
parent 7e9e9ee25b
commit 7dd116a769
45 changed files with 272 additions and 95 deletions

View File

@@ -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);