From ce60c373f8c20d5a717a76a6f54f640b3c2401ba Mon Sep 17 00:00:00 2001 From: Aerex Date: Sun, 13 Sep 2020 01:29:05 -0500 Subject: [PATCH] test: Fixed unit tests directory path --- phpunit.xml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 908e180..8ce2742 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,8 +8,8 @@ beStrictAboutTestsThatDoNotTestAnything="true"> - - ./lib/tests/ + + ./tests/