Switch all test to use RefreshDatabase trait
This commit is contained in:
parent
1abca77bdc
commit
9f66d342d8
18 changed files with 57 additions and 16 deletions
|
@ -6,12 +6,15 @@ namespace Tests\Feature;
|
|||
|
||||
use App\Jobs\DownloadWebMention;
|
||||
use App\Models\WebMention;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\Queue;
|
||||
use Tests\TestCase;
|
||||
|
||||
class ReDownloadWebMentionsTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
|
||||
/** @test */
|
||||
public function downloadJobGetsQueued(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue