mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
format
This commit is contained in:
@@ -273,7 +273,8 @@ class SetupWizardTest extends TestCase
|
||||
$this->assertNotNull($avatar);
|
||||
|
||||
collect(config('vuefilemanager.avatar_sizes'))
|
||||
->each(fn ($size) =>
|
||||
->each(
|
||||
fn ($size) =>
|
||||
Storage::disk('local')
|
||||
->assertExists("avatars/{$size['name']}-{$avatar}")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user