Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,6 @@ You may use the `Queue` facade's `fake` method to prevent queued jobs from actua
<?php

use App\Jobs\AnotherJob;
use App\Jobs\FinalJob;
use App\Jobs\ShipOrder;
use Illuminate\Support\Facades\Queue;

Expand Down Expand Up @@ -2574,7 +2573,6 @@ test('orders can be shipped', function () {
namespace Tests\Feature;

use App\Jobs\AnotherJob;
use App\Jobs\FinalJob;
use App\Jobs\ShipOrder;
use Illuminate\Support\Facades\Queue;
use Tests\TestCase;
Expand Down