From 1d0ec6fcd13aaee2489a07efa22d074581ed7618 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 9 Aug 2023 12:23:21 +0300 Subject: [PATCH] Upgrade phpunit configuration file --- phpunit.xml | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 3932a94e4..18027d721 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,26 +1,23 @@ - - - - - - - - - - + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" + bootstrap="y" + cacheDirectory=".phpunit.cache" + executionOrder="depends,defects" + requireCoverageMetadata="true" + beStrictAboutCoverageMetadata="true" + beStrictAboutOutputDuringTests="true" + failOnRisky="true" + failOnWarning="true"> - - ./tests + + tests + + + + src + +