added AdminBonusAddedNotification.php and InsufficientBalanceNotification.php

This commit is contained in:
Čarodej
2022-03-16 11:45:08 +01:00
parent bc197cbb5e
commit 1d1e6823c7
17 changed files with 128 additions and 31 deletions

View File

@@ -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
{

View File

@@ -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,