First steps at getting dusk working
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user