From c4a3a1b1a28d4a8c9993d22535d58cf9ce2bb4c9 Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Mon, 18 Nov 2024 21:08:46 +0000 Subject: [PATCH] chore: Fix paths for feature and unit testing --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 6bae6fd..7e3a02d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,10 +19,10 @@ tests/_Original - tests/Feature + ./tests/Feature - tests/Unit + ./tests/Unit