Laravel-4-Generators
Laravel-4-Generators copied to clipboard
[Feature Request] - Test File Generator
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
Yep, I think that's a nice feature, and should be implemented.
So, provided this is added, which testing framework should be used (assuming you are wanting PHPUnit)
PHPSpec has its own generator, so I wouldn't want to bother with that, really.
I guess we could add in a PHPUnit generator.
PHPUnit generator would be awesome !