From cb2659b5d56814fbc12027f51bc937af3dae6a34 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 11 Oct 2025 16:27:34 +0000 Subject: PHPUnit cleanup, get group detection working. --- phpunit.xml | 2 -- tests/ConfigTest.php | 2 +- tests/UrlHelperTest.php | 2 -- tests/integration/ApiTest.php | 3 ++- tests/integration/SanitizerTest.php | 3 ++- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index b7a0247cf..20a3e63ea 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,11 +2,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd" bootstrap="tests/autoload.php" - verbose="true" cacheDirectory=".phpunit.cache" executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" failOnRisky="true" failOnWarning="true"> diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index ee15df8d3..f36602ae6 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -1,7 +1,7 @@ assertEquals( -- cgit v1.2.3-54-g00ecf