mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
admin creation via setup wizard refactoring
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Domain\SetupWizard;
|
||||
|
||||
use Tests\TestCase;
|
||||
@@ -201,7 +200,7 @@ class SetupWizardTest extends TestCase
|
||||
|
||||
collect(config('vuefilemanager.avatar_sizes'))
|
||||
->each(
|
||||
fn($size) => Storage::disk('local')
|
||||
fn ($size) => Storage::disk('local')
|
||||
->assertExists("avatars/{$size['name']}-{$avatar}")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user