I tried to do unit test on bundles while using auto bundle. I noticed that Artisan command test didn't work for any of the bundle. If I register the bundle in the bundles.php file than it does work. This could be a problem with Artisan if it is only trying to read the bundles.php file or could be a problem with the Auto Bundle loader not been able to cater CLi request.
I tried to do unit test on bundles while using auto bundle. I noticed that Artisan command test didn't work for any of the bundle. If I register the bundle in the bundles.php file than it does work. This could be a problem with Artisan if it is only trying to read the bundles.php file or could be a problem with the Auto Bundle loader not been able to cater CLi request.