From 3a739f7327d22ce64e2ea7d885e7b8a065bcd755 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 27 Jul 2024 11:54:28 +0200 Subject: [PATCH] ci: migrate phpunit config (#168) --- phpunit.xml.dist | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a186e7e..3fbcac9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,21 +4,21 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" executionOrder="random" colors="true" bootstrap="tests/bootstrap.php" > - - - tests - - - + + + tests + + - - - src - - + + + + + src + +