somehow while running test cases I'm doing dd(App::runningUnitTests());it is giving back False. Even, I cleared cache and config. Am I doing anything wrong here? Any help that would be great. Thanks in Advance.
@deepu07 how do you test this? Are you running a test to test this or?
Create a .env.testing file then and override those values. Don't understand why your phpunit.xml file is not read, is it maybe broken for some reason? Any errors in your IDE?
@nakov I'm using docker for a database connection. is something making noise? after adding force=true it is working finally. Thanks boss. but still wondering what makes overriding the env value without force...