mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added registration bonus notification
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
namespace Tests\App\Users;
|
||||
|
||||
use App\Users\Notifications\RegistrationBonusAddedNotification;
|
||||
use Storage;
|
||||
use Notification;
|
||||
use Tests\TestCase;
|
||||
@@ -195,6 +196,8 @@ class SignFlowTest extends TestCase
|
||||
'first_name' => 'John',
|
||||
'last_name' => 'Doe',
|
||||
]);
|
||||
|
||||
Notification::assertSentTo($user, RegistrationBonusAddedNotification::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user