From 6c1a39b5b38eebbb43f7a2ae28c73c155f506d21 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Fri, 30 Jun 2023 17:16:51 +0200 Subject: [PATCH] Omit default values for suffix in phpunit.xml (#6210) The values specified for `suffix` are their respective defaults and can be omitted. --- phpunit.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index e9f533da..048f8a74 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,15 +6,15 @@ > - ./tests/Unit + ./tests/Unit - ./tests/Feature + ./tests/Feature - ./app + ./app