new test for folders upload

This commit is contained in:
Milos Holba
2021-08-18 18:50:32 +02:00
parent 09dfaaa34a
commit 4e3e63ba00
11 changed files with 407 additions and 218 deletions

View File

@@ -75,6 +75,7 @@ class TrashTest extends TestCase
$this->postJson('/api/upload', [
'filename' => $image->name,
'file' => $image,
'path' => '/' . $image->name,
'folder_id' => null,
'is_last' => 'true',
])->assertStatus(201);