diff --git a/tests/Integration/Queue/CustomPayloadTest.php b/tests/Integration/Queue/CustomPayloadTest.php index dd7f71ba93b1..3d1088b52c4d 100644 --- a/tests/Integration/Queue/CustomPayloadTest.php +++ b/tests/Integration/Queue/CustomPayloadTest.php @@ -4,12 +4,15 @@ use Illuminate\Contracts\Bus\QueueingDispatcher; use Illuminate\Contracts\Queue\ShouldQueue; +use Illuminate\Foundation\Testing\TestCase; use Illuminate\Queue\Queue; use Illuminate\Support\ServiceProvider; -use Orchestra\Testbench\TestCase; +use Orchestra\Testbench\Concerns\CreatesApplication; class CustomPayloadTest extends TestCase { + use CreatesApplication; + protected function getPackageProviders($app) { return [QueueServiceProvider::class];