Skip to content

Commit

Permalink
[11.x] Fixes generator tests (#52118)
Browse files Browse the repository at this point in the history
* Fix unit test after stub update

* Change order
  • Loading branch information
buismaarten authored Jul 15, 2024
1 parent f5f9383 commit 60d780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Generators/JobMakeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public function testItCanGenerateJobFile()

$this->assertFileContains([
'namespace App\Jobs;',
'use Illuminate\Bus\Queueable;',
'use Illuminate\Contracts\Queue\ShouldQueue;',
'use Illuminate\Foundation\Bus\Dispatchable;',
'use Illuminate\Foundation\Queue\Queueable;',
'use Illuminate\Queue\InteractsWithQueue;',
'use Illuminate\Queue\SerializesModels;',
'class FooCreated implements ShouldQueue',
Expand Down

0 comments on commit 60d780f

Please sign in to comment.