mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
deleted old files
This commit is contained in:
@@ -264,11 +264,6 @@ class AdminTest extends TestCase
|
||||
$user->favouriteFolders()->attach($folder->id);
|
||||
});
|
||||
|
||||
// Create zips
|
||||
Zip::factory(Zip::class)
|
||||
->count(2)
|
||||
->create(['user_id' => $user->id]);
|
||||
|
||||
// Create shares
|
||||
Share::factory(Share::class)
|
||||
->count(2)
|
||||
@@ -334,10 +329,6 @@ class AdminTest extends TestCase
|
||||
'user_id' => $user->id,
|
||||
]);
|
||||
|
||||
$this->assertDatabaseMissing('zips', [
|
||||
'user_id' => $user->id,
|
||||
]);
|
||||
|
||||
$file_ids
|
||||
->each(function ($id, $index) use ($user) {
|
||||
Storage::disk('local')
|
||||
|
||||
Reference in New Issue
Block a user