Skip to content

Commit 60d780f

Browse files
authored
[11.x] Fixes generator tests (#52118)
* Fix unit test after stub update * Change order
1 parent f5f9383 commit 60d780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Generators/JobMakeCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ public function testItCanGenerateJobFile()
1616

1717
$this->assertFileContains([
1818
'namespace App\Jobs;',
19-
'use Illuminate\Bus\Queueable;',
2019
'use Illuminate\Contracts\Queue\ShouldQueue;',
2120
'use Illuminate\Foundation\Bus\Dispatchable;',
21+
'use Illuminate\Foundation\Queue\Queueable;',
2222
'use Illuminate\Queue\InteractsWithQueue;',
2323
'use Illuminate\Queue\SerializesModels;',
2424
'class FooCreated implements ShouldQueue',

0 commit comments

Comments
 (0)