Difference between running tests with commands phpunit and artisan
I have a laravel project which has some unit tests written in them.
Running unit tests results in error message “Target class [config] does not exist”
Some unit tests need some preparation. To not write the same code over and over, I created a test base class, e.g.
Running unit tests results in error message “Target class [config] does not exist”
Some unit tests need some preparation. To not write the same code over and over, I created a test base class, e.g.