From 9e9b9b5f1f47279e3242572fdb40cb9420b87034 Mon Sep 17 00:00:00 2001 From: Ollie Date: Wed, 10 Jun 2026 10:26:16 +0100 Subject: [PATCH 1/2] Refactor phpunit.xml for easier reading Refactored using the `XML` VSCode extension by Red Had Bug: T428718 --- phpunit.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 867f2ff2b..0c781fe2a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,15 +1,25 @@ - + ./tests - - - - + + + + From 1c0b7971a7881407f5d31cd22627d24dc3b27dbb Mon Sep 17 00:00:00 2001 From: Ollie Date: Sun, 21 Jun 2026 18:18:18 +0200 Subject: [PATCH 2/2] Empty commit to force CI to run?