From e09fd3aa4093f5e84cf6c27423ecbd0fa263cc29 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 13 Jan 2023 07:11:07 -0500 Subject: [PATCH] build: migrate to non-deprecated phpunit config --- phpunit.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 70cc7f6..6ef24e5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -14,9 +14,9 @@ tests - - + + src/ - - - \ No newline at end of file + + +