From 0b6cdf8f028dd720207da504c31987212d068431 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 15 Sep 2020 10:44:59 +0100 Subject: [PATCH 1/2] chore: fix PHPUnit config stubs --- stubs/Laravel/phpunit.xml | 8 ++++---- stubs/Lumen/phpunit.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stubs/Laravel/phpunit.xml b/stubs/Laravel/phpunit.xml index c84f0806..64bf04f7 100644 --- a/stubs/Laravel/phpunit.xml +++ b/stubs/Laravel/phpunit.xml @@ -12,10 +12,10 @@ ./tests/Feature - - + + ./app ./src - - + + diff --git a/stubs/Lumen/phpunit.xml b/stubs/Lumen/phpunit.xml index f0252530..4dbf41f1 100644 --- a/stubs/Lumen/phpunit.xml +++ b/stubs/Lumen/phpunit.xml @@ -9,9 +9,9 @@ ./tests - - + + ./app - - + + From 0e89525ea8ab4c5a8b79e5801d5ccaae0fe8bcf8 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 15 Sep 2020 10:45:17 +0100 Subject: [PATCH 2/2] chore: fix PHPUnit config --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 41552620..b0dc033c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,8 +8,8 @@ ./tests - - + + ./src