diff --git a/.gitattributes b/.gitattributes index 887616f4e4..a6d488cd9f 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 44fb739787..6b34fa66bc 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