laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Create tests when resources are created #2593

Open mateusjatenee opened 3 years ago

mateusjatenee commented 3 years ago

What if we had a flag to generate tests when creating a resource? Similar to what Rails does when you create models, controllers, etc.
I feel that'd encourage people to start writing tests, specially if it provided a skeleton for each type of test.