From 21b85072527133a1a669f5a47f4069dc125f19c9 Mon Sep 17 00:00:00 2001 From: MHO Date: Fri, 8 Sep 2023 16:40:25 +0200 Subject: [PATCH] Updated Laravel init phpunit.xml stub file --- stubs/init-laravel/phpunit.xml.stub | 55 ++++++++++++++--------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/stubs/init-laravel/phpunit.xml.stub b/stubs/init-laravel/phpunit.xml.stub index 9ce6b780..45cb6943 100644 --- a/stubs/init-laravel/phpunit.xml.stub +++ b/stubs/init-laravel/phpunit.xml.stub @@ -1,31 +1,28 @@ - - - - ./tests/Unit - - - ./tests/Feature - - - - - ./app - - - - - - - - - - - - - + + + + ./tests/Unit + + + ./tests/Feature + + + + + + + + + + + + + + + + + ./app + +