mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
browsing through upload request
This commit is contained in:
@@ -128,6 +128,9 @@ class UploadRequestTest extends TestCase
|
||||
])->assertStatus(201);
|
||||
|
||||
$this
|
||||
->assertDatabaseHas('upload_requests', [
|
||||
'status' => 'filling',
|
||||
])
|
||||
->assertDatabaseHas('folders', [
|
||||
'id' => $uploadRequest->id,
|
||||
'name' => 'Upload Request from 01. Jan. 2021',
|
||||
|
||||
Reference in New Issue
Block a user