From dccadf1c95a5e769f54d67390622745d1da2d3c6 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Tue, 16 Apr 2019 23:36:44 +0300 Subject: [PATCH] #271 Reorder phpunit env var and use `server` instead `env` see https://github.com/laravel/laravel/blob/06162adc9839ada8b2525e006bef6b80914296d6/phpunit.xml --- phpunit.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c3e998376..b715235eb 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -22,17 +22,18 @@ - ./app + ./src - - - - - - - - + + + + + + + + +