Skip to content

Commit

Permalink
Adding pest stubs to publish command (#51933)
Browse files Browse the repository at this point in the history
Since Pest is the default test suite now, these stubs should be in the publish command
  • Loading branch information
bartdenhoed authored Jun 27, 2024
1 parent ade813a commit b8fa132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Console/StubPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public function handle()
__DIR__.'/stubs/notification.stub' => 'notification.stub',
__DIR__.'/stubs/observer.plain.stub' => 'observer.plain.stub',
__DIR__.'/stubs/observer.stub' => 'observer.stub',
__DIR__.'/stubs/pest.stub' => 'pest.stub',
__DIR__.'/stubs/pest.unit.stub' => 'pest.unit.stub',
__DIR__.'/stubs/policy.plain.stub' => 'policy.plain.stub',
__DIR__.'/stubs/policy.stub' => 'policy.stub',
__DIR__.'/stubs/provider.stub' => 'provider.stub',
Expand Down

0 comments on commit b8fa132

Please sign in to comment.