mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added AdminBonusAddedNotification.php and InsufficientBalanceNotification.php
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace Tests\App\Users;
|
||||
|
||||
use App\Users\Notifications\RegistrationBonusAddedNotification;
|
||||
use Storage;
|
||||
use Notification;
|
||||
use Tests\TestCase;
|
||||
@@ -12,6 +11,7 @@ use Illuminate\Support\Facades\Password;
|
||||
use App\Users\Notifications\ResetPassword;
|
||||
use Illuminate\Auth\Notifications\VerifyEmail;
|
||||
use VueFileManager\Subscription\Domain\Plans\Models\Plan;
|
||||
use App\Users\Notifications\RegistrationBonusAddedNotification;
|
||||
|
||||
class SignFlowTest extends TestCase
|
||||
{
|
||||
|
||||
@@ -152,7 +152,7 @@ class UserAccountTest extends TestCase
|
||||
'type' => 'user',
|
||||
'attributes' => [
|
||||
'avatar' => null,
|
||||
'color' => $user->settings->color,
|
||||
'color' => $user->settings->color,
|
||||
'email' => $user->email,
|
||||
'role' => $user->role,
|
||||
'socialite_account' => false,
|
||||
|
||||
Reference in New Issue
Block a user