mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
folder creation fix
This commit is contained in:
@@ -13,7 +13,7 @@ class SetupServiceTest extends TestCase
|
||||
public function it_create_system_folders()
|
||||
{
|
||||
// folders are created in TestCase
|
||||
collect(['avatars', 'chunks', 'system', 'files', 'temp', 'zip'])
|
||||
collect(['avatars', 'chunks', 'system', 'files', 'temp'])
|
||||
->each(function ($directory) {
|
||||
Storage::disk('local')->assertExists($directory);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user