Added Notification page test..

This commit is contained in:
Cüneyt Şentürk
2021-06-30 17:13:08 +03:00
parent 72acc3e3ee
commit 84b76d6a1e
4 changed files with 183 additions and 110 deletions

View File

@@ -3,6 +3,7 @@
namespace Tests;
use App\Traits\Jobs;
use Illuminate\Support\Facades\Queue;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;