mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
added email notification about fulfilling upload request
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
namespace Tests\Domain\UploadRequest;
|
||||
|
||||
use Domain\UploadRequest\Notifications\UploadRequestFulfilledNotification;
|
||||
use Storage;
|
||||
use Notification;
|
||||
use Tests\TestCase;
|
||||
@@ -194,6 +195,8 @@ class UploadRequestTest extends TestCase
|
||||
'id' => $uploadRequest->id,
|
||||
'status' => 'filled',
|
||||
]);
|
||||
|
||||
Notification::assertSentTo($user, UploadRequestFulfilledNotification::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user