First steps at getting dusk working

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2021-11-30 20:09:29 -08:00
parent 4c2d47e7c6
commit d08c1787a1
41 changed files with 793 additions and 1525 deletions
+2
View File
@@ -1,4 +1,5 @@
<?php
namespace Tests\Unit;
use App\Exceptions\CheckoutNotAllowed;
use App\Models\Asset;
@@ -12,6 +13,7 @@ use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Facades\Notification;
use Tests\Unit\BaseTest;
class NotificationTest extends BaseTest
{