From 5559d6422e7f13d90a4789fdc8538aa3d0945608 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Wed, 11 Oct 2023 18:01:26 +0300 Subject: [PATCH] Add PHP8 Compatibility --- phpunit.xml.dist | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5018826..30f5050 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,9 +4,15 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="src/test/php/bootstrap.php" > - - - src/main/php - - + + + ./src/main/php + + + ./tests/Feature + + + ./packages/open-tsdb/test/Unit + +