mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
Delete invoice
This commit is contained in:
@@ -125,6 +125,10 @@ class OasisClientTest extends TestCase
|
||||
$this->deleteJson("/api/oasis/clients/$client->id")
|
||||
->assertStatus(204);
|
||||
|
||||
$this->assertDatabaseMissing('clients', [
|
||||
'id' => $client->id
|
||||
]);
|
||||
|
||||
Storage::disk('local')
|
||||
->assertMissing('avatar/fake-image.jpg');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user