plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: --pest and --test in code generation

Open usernotnull opened this issue 2 years ago • 1 comments

Feature Description

The below make commands support --test and --pest:

php artisan make:command
php artisan make:job
php artisan make:listener
php artisan make:mail
php artisan make:model
php artisan make:notification
php artisan make:controller
php artisan make:middleware

Would be cool to have pest/test as a checkbox in the code generation dialog.

usernotnull avatar Dec 24 '21 07:12 usernotnull

I will fetch the pest package in the project and use Pest test template instead of PhpUnit templates. So, I can add a little "Add test" checkbox. I'll think about it. Thanks.

adelf avatar Dec 27 '21 16:12 adelf