From fe74eb4a960efb29a85ac7e371dff0ff7d32480a Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Thu, 29 Aug 2024 09:42:45 +0200 Subject: [PATCH] ci(phpunit): migrate config --- phpunit.xml.dist | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3367381..a1a6c6a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,6 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" executionOrder="random" colors="true" bootstrap="tests/bootstrap.php" @@ -13,16 +12,18 @@ failOnNotice="true" failOnWarning="true" > - - - tests - tests/TestCheck/Fixtures/* - - - - - - src - - + + + tests + tests/TestCheck/Fixtures/* + + + + + + + + src + +