Closed joelhy closed 7 years ago
Trying this command with Lumen 5.4.6 result in an error
should we autoload the whole directory by default? https://laracasts.com/discuss/channels/testing/class-testcase-not-found
what do you think @krisanalfa ?
The reason is Laravel has default namespace to Tests
while Lumen does not.
Add
artisan make:test
command from Laravel.