From b7c3cbb0f6a6b7db59741fe4d20af8af9f1cdc5f Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 2 Jul 2026 15:48:45 -0400 Subject: [PATCH] [6.x] Rename phpunit.xml.dist to phpunit.dist.xml --- .gitattributes | 2 +- .github/workflows/tests.yml | 2 +- phpunit.xml.dist => phpunit.dist.xml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename phpunit.xml.dist => phpunit.dist.xml (100%) diff --git a/.gitattributes b/.gitattributes index 887616f4e4f..a6d488cd9f1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,6 @@ CONTRIBUTING.md export-ignore jest.config.js export-ignore phpunit.bat export-ignore -phpunit.xml.dist export-ignore +phpunit.dist.xml export-ignore SECURITY.md export-ignore translator export-ignore diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 44fb739787a..6b34fa66bc7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: src/** tests/** composer.json - phpunit.xml.dist + phpunit.dist.xml .github/workflows/tests.yml **.php diff --git a/phpunit.xml.dist b/phpunit.dist.xml similarity index 100% rename from phpunit.xml.dist rename to phpunit.dist.xml