Ubuntu – Why I got Unknown option "–env" error making tests?
Making tests ("phpunit/phpunit": "^9.5.10") for laravel ("laravel/framework": "^9.2") site I want to use .env.testing file But I got error running command : $ vendor/bin/phpunit tests/Feature/PagesCrudTest.php --env=testing Unknown option "--env" Checking help I did not find any "env" issue mentioned: $…