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