diff --git a/tests/app/config/bootstrap.php b/tests/app/config/bootstrap.php index 4a7385190..6f243bb04 100644 --- a/tests/app/config/bootstrap.php +++ b/tests/app/config/bootstrap.php @@ -23,7 +23,7 @@ if (is_array($env = @include dirname(__DIR__).'/.env.local.php') && (!isset($env (new Dotenv(false))->populate($env); } else { // load all the .env files - (new Dotenv(false))->loadEnv(dirname(__DIR__).'/../../.env.test'); + (new Dotenv(false))->loadEnv(dirname(__DIR__).'/../../.env'); } $_SERVER += $_ENV;