From 0b6cdf8f028dd720207da504c31987212d068431 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 15 Sep 2020 10:44:59 +0100 Subject: [PATCH] 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 - - + +