From 8282a9769d8ffb1aed9c5ab4caee39774354080e Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sat, 27 Aug 2022 15:23:39 +1200 Subject: [PATCH] Fix unit tests --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 02e62794c..fd59a8f23 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -13,7 +13,7 @@ - ./tests/unit/ + ./tests/unit ./tests/e2e/Client.php