Skip to content

Commit

Permalink
Update stub test datasets.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 10, 2024
1 parent 67002cc commit d157eb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Command/StubTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@
})->with([
'model*' => ['model*', ['model', 'model.pivot']],
'model.' => ['model.', ['model', 'model.pivot']],
'listener*' => ['listener*', ['listener', 'listener.typed', 'listener.queued', 'listener.typed.queued']],
'listener.' => ['listener.', ['listener', 'listener.typed', 'listener.queued', 'listener.typed.queued']],
'policy.' => ['policy.', ['policy', 'policy.plain']],
]);

it('can publish stubs using wildcard (laravel 11 stubs)', function ($argument, $stubsToPublish) {
Expand Down

0 comments on commit d157eb6

Please sign in to comment.