From b378f5b0a751996a7d9470206a4161cda06b55fb Mon Sep 17 00:00:00 2001 From: Art4 Date: Wed, 11 Dec 2024 22:44:51 +0000 Subject: [PATCH] Add suffix for PHPUnit test cases --- tests/phpunit.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 0e323813f8..f163ae5bea 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -9,12 +9,12 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> - functional/ - src/ - Unit/ + functional/ + src/ + Unit/ - Unit/ + Unit/