flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
823 stars 126 forks source link

feat: add make:test command #13

Closed joelhy closed 7 years ago

joelhy commented 7 years ago

Add artisan make:test command from Laravel.

aqidd commented 7 years ago

Trying this command with Lumen 5.4.6 result in an error

error

should we autoload the whole directory by default? https://laracasts.com/discuss/channels/testing/class-testcase-not-found

what do you think @krisanalfa ?

krisanalfa commented 7 years ago

The reason is Laravel has default namespace to Tests while Lumen does not.