From 69bd1dceefb1434e57dbbda7625c571030dd5edb Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 13 Feb 2019 08:54:45 +0800 Subject: [PATCH] Use $_SERVER instead of $_ENV for phpunit. Laravel 5.8 limits dotenv to only rely on $_SERVER and not $_ENV. See https://github.com/laravel/framework/pull/27462 --- phpunit.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 9566b67e..da4add30 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,11 +23,11 @@ - - - - - - + + + + + +