mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
Generate multiple avatar sizes for better performance loading and frugal traffic
This commit is contained in:
@@ -348,9 +348,11 @@ class VisitorManipulatingTest extends TestCase
|
||||
'author' => 'visitor',
|
||||
]);
|
||||
|
||||
$file = File::all()->last();
|
||||
|
||||
Storage::disk('local')
|
||||
->assertExists(
|
||||
"files/$user->id/fake-file.pdf"
|
||||
"files/$user->id/$file->basename"
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user