From d8e283777ed25c7dd319ed5cc8e0ad79c02a0970 Mon Sep 17 00:00:00 2001 From: MHO Date: Fri, 8 Sep 2023 15:39:44 +0200 Subject: [PATCH 1/5] Updated phpunit.xml stub file --- stubs/init/phpunit.xml.stub | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/stubs/init/phpunit.xml.stub b/stubs/init/phpunit.xml.stub index 70a8572e..9439d9f9 100644 --- a/stubs/init/phpunit.xml.stub +++ b/stubs/init/phpunit.xml.stub @@ -1,18 +1,15 @@ - + ./tests - + + ./app ./src - + From 21b85072527133a1a669f5a47f4069dc125f19c9 Mon Sep 17 00:00:00 2001 From: MHO Date: Fri, 8 Sep 2023 16:40:25 +0200 Subject: [PATCH 2/5] 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 + + From 3e25168777091f3adef01f0b7aac6273717a507f Mon Sep 17 00:00:00 2001 From: MHO Date: Sun, 10 Sep 2023 13:00:55 +0200 Subject: [PATCH 3/5] Corrected incorrect indentation in laravel phpunit xml slug --- stubs/init-laravel/phpunit.xml.stub | 50 ++++++++++++++--------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/stubs/init-laravel/phpunit.xml.stub b/stubs/init-laravel/phpunit.xml.stub index 45cb6943..ffaec006 100644 --- a/stubs/init-laravel/phpunit.xml.stub +++ b/stubs/init-laravel/phpunit.xml.stub @@ -1,28 +1,28 @@ - - - ./tests/Unit - - - ./tests/Feature - - - - - - - - - - - - - - - - - ./app - - + + + ./tests/Unit + + + ./tests/Feature + + + + + + + + + + + + + + + + + ./app + + From bdee46043af80d21309f02629beaa2f19b24fc29 Mon Sep 17 00:00:00 2001 From: MHO Date: Sun, 10 Sep 2023 13:37:26 +0200 Subject: [PATCH 4/5] Reformatted php unit xml tag attributes in both init stubs files --- stubs/init-laravel/phpunit.xml.stub | 6 +++++- stubs/init/phpunit.xml.stub | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/stubs/init-laravel/phpunit.xml.stub b/stubs/init-laravel/phpunit.xml.stub index ffaec006..36d86d4f 100644 --- a/stubs/init-laravel/phpunit.xml.stub +++ b/stubs/init-laravel/phpunit.xml.stub @@ -1,5 +1,9 @@ - + ./tests/Unit diff --git a/stubs/init/phpunit.xml.stub b/stubs/init/phpunit.xml.stub index 9439d9f9..7b82a956 100644 --- a/stubs/init/phpunit.xml.stub +++ b/stubs/init/phpunit.xml.stub @@ -1,5 +1,9 @@ - + ./tests From 09e6a0944abd386ac2bb112e1f2f66a1a5328bdc Mon Sep 17 00:00:00 2001 From: MHO Date: Mon, 11 Sep 2023 11:03:25 +0200 Subject: [PATCH 5/5] Removed self closing coverage tag from phpunit xml stub files --- stubs/init-laravel/phpunit.xml.stub | 1 - stubs/init/phpunit.xml.stub | 1 - 2 files changed, 2 deletions(-) diff --git a/stubs/init-laravel/phpunit.xml.stub b/stubs/init-laravel/phpunit.xml.stub index 36d86d4f..51e6a621 100644 --- a/stubs/init-laravel/phpunit.xml.stub +++ b/stubs/init-laravel/phpunit.xml.stub @@ -12,7 +12,6 @@ ./tests/Feature - diff --git a/stubs/init/phpunit.xml.stub b/stubs/init/phpunit.xml.stub index 7b82a956..7d0904f7 100644 --- a/stubs/init/phpunit.xml.stub +++ b/stubs/init/phpunit.xml.stub @@ -9,7 +9,6 @@ ./tests - ./app