From f419821bd8cbc736ac6f9b2fce75a4e373a4b49f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 30 Jun 2023 10:18:14 -0500 Subject: [PATCH] shorten directories --- phpunit.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 048f8a748..f112c0c82 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,20 +1,20 @@ - ./tests/Unit + tests/Unit - ./tests/Feature + tests/Feature - ./app + app