Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 12, 2023
1 parent f498e40 commit 30e9efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions tests/Integration/Queue/WithoutOverlappingJobsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\Middleware\WithoutOverlapping;
use Mockery as m;
use Orchestra\Testbench\TestCase;

class WithoutOverlappingJobsTest extends TestCase
class WithoutOverlappingJobsTest extends QueueTestCase
{
public function testNonOverlappingJobsAreExecuted()
{
Expand Down
5 changes: 2 additions & 3 deletions tests/Integration/Queue/WorkCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Queue;
use Orchestra\Testbench\Attributes\WithMigration;
use Orchestra\Testbench\TestCase;
use Queue;

#[WithMigration('queue')]
class WorkCommandTest extends TestCase
class WorkCommandTest extends QueueTestCase
{
use DatabaseMigrations;

Expand Down

0 comments on commit 30e9efb

Please sign in to comment.