From 0c0d059dd3877e3183140f6c95c339dc5b8a5c66 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 6 Nov 2023 23:03:35 +0100 Subject: [PATCH] Add testsuite for /tests directory in phpunit.xml --- phpunit.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 91156f6..059b81c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -14,4 +14,9 @@ testdox="true" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="true"> + + + tests/ + +