Laravel-4-Generators icon indicating copy to clipboard operation
Laravel-4-Generators copied to clipboard

[Feature Request] - Test File Generator

Open itsaafrin opened this issue 11 years ago • 4 comments

Hi,

It would be nice if the generator can create class file for test case as well using command similar to below.

php artisan generate:test ExampleTest

itsaafrin avatar Apr 23 '14 11:04 itsaafrin

Yep, I think that's a nice feature, and should be implemented.

yepme avatar Apr 23 '14 13:04 yepme

So, provided this is added, which testing framework should be used (assuming you are wanting PHPUnit)

mikeerickson avatar Apr 24 '14 18:04 mikeerickson

PHPSpec has its own generator, so I wouldn't want to bother with that, really.

I guess we could add in a PHPUnit generator.

laracasts avatar Apr 24 '14 20:04 laracasts

PHPUnit generator would be awesome !

foxted avatar Apr 26 '14 05:04 foxted