We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f9383 commit 60d780fCopy full SHA for 60d780f
tests/Integration/Generators/JobMakeCommandTest.php
@@ -16,9 +16,9 @@ public function testItCanGenerateJobFile()
16
17
$this->assertFileContains([
18
'namespace App\Jobs;',
19
- 'use Illuminate\Bus\Queueable;',
20
'use Illuminate\Contracts\Queue\ShouldQueue;',
21
'use Illuminate\Foundation\Bus\Dispatchable;',
+ 'use Illuminate\Foundation\Queue\Queueable;',
22
'use Illuminate\Queue\InteractsWithQueue;',
23
'use Illuminate\Queue\SerializesModels;',
24
'class FooCreated implements ShouldQueue',
0 commit comments