diff --git a/src/Autocomplete/.gitattributes b/src/Autocomplete/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Autocomplete/.gitattributes +++ b/src/Autocomplete/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Chartjs/.gitattributes b/src/Chartjs/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Chartjs/.gitattributes +++ b/src/Chartjs/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Cropperjs/.gitattributes b/src/Cropperjs/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Cropperjs/.gitattributes +++ b/src/Cropperjs/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Dropzone/.gitattributes b/src/Dropzone/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Dropzone/.gitattributes +++ b/src/Dropzone/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Icons/.gitattributes b/src/Icons/.gitattributes index db1844b9e9f..221b4f87a35 100644 --- a/src/Icons/.gitattributes +++ b/src/Icons/.gitattributes @@ -1,5 +1,5 @@ /.git* export-ignore /.symfony.bundle.yaml export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/LiveComponent/.gitattributes b/src/LiveComponent/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/LiveComponent/.gitattributes +++ b/src/LiveComponent/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Map/.gitattributes b/src/Map/.gitattributes index 72ed4b70c8d..5e4cdbb222e 100644 --- a/src/Map/.gitattributes +++ b/src/Map/.gitattributes @@ -1,6 +1,6 @@ /.git* export-ignore /.symfony.bundle.yaml export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /assets/src export-ignore /assets/test export-ignore /assets/playwright.config.ts export-ignore diff --git a/src/Map/src/Bridge/Google/.gitattributes b/src/Map/src/Bridge/Google/.gitattributes index 0d932e1fc9b..d5c9c194221 100644 --- a/src/Map/src/Bridge/Google/.gitattributes +++ b/src/Map/src/Bridge/Google/.gitattributes @@ -4,4 +4,4 @@ /assets/vitest.config.mjs export-ignore /tests export-ignore /.git* export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore diff --git a/src/Map/src/Bridge/Leaflet/.gitattributes b/src/Map/src/Bridge/Leaflet/.gitattributes index 0d932e1fc9b..d5c9c194221 100644 --- a/src/Map/src/Bridge/Leaflet/.gitattributes +++ b/src/Map/src/Bridge/Leaflet/.gitattributes @@ -4,4 +4,4 @@ /assets/vitest.config.mjs export-ignore /tests export-ignore /.git* export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore diff --git a/src/Notify/.gitattributes b/src/Notify/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Notify/.gitattributes +++ b/src/Notify/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/React/.gitattributes b/src/React/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/React/.gitattributes +++ b/src/React/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/StimulusBundle/.gitattributes b/src/StimulusBundle/.gitattributes index 8a9c45958df..e53bce766ac 100644 --- a/src/StimulusBundle/.gitattributes +++ b/src/StimulusBundle/.gitattributes @@ -4,5 +4,5 @@ /assets/test export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Svelte/.gitattributes b/src/Svelte/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Svelte/.gitattributes +++ b/src/Svelte/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore diff --git a/src/Toolkit/.gitattributes b/src/Toolkit/.gitattributes index 81d9dbfaa9e..251e5658d3c 100644 --- a/src/Toolkit/.gitattributes +++ b/src/Toolkit/.gitattributes @@ -1,5 +1,5 @@ /.git* export-ignore /.symfony.bundle.yaml export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /doc export-ignore /tests export-ignore diff --git a/src/Translator/.gitattributes b/src/Translator/.gitattributes index 72ed4b70c8d..5e4cdbb222e 100644 --- a/src/Translator/.gitattributes +++ b/src/Translator/.gitattributes @@ -1,6 +1,6 @@ /.git* export-ignore /.symfony.bundle.yaml export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /assets/src export-ignore /assets/test export-ignore /assets/playwright.config.ts export-ignore diff --git a/src/Turbo/.gitattributes b/src/Turbo/.gitattributes index 5de28f589dc..e45606e79a7 100644 --- a/src/Turbo/.gitattributes +++ b/src/Turbo/.gitattributes @@ -1,6 +1,6 @@ /.git* export-ignore /.symfony.bundle.yaml export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /phpstan.dist.neon export-ignore /assets/src export-ignore /assets/test export-ignore diff --git a/src/TwigComponent/.gitattributes b/src/TwigComponent/.gitattributes index 1e0e0391874..f495fec4fd7 100644 --- a/src/TwigComponent/.gitattributes +++ b/src/TwigComponent/.gitattributes @@ -1,6 +1,6 @@ /.git* export-ignore /.symfony.bundle.yaml export-ignore /alert-example.png export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /doc export-ignore /tests export-ignore diff --git a/src/Vue/.gitattributes b/src/Vue/.gitattributes index c0145d1d1d4..6dd58417a21 100644 --- a/src/Vue/.gitattributes +++ b/src/Vue/.gitattributes @@ -5,5 +5,5 @@ /assets/playwright.config.ts export-ignore /assets/vitest.config.mjs export-ignore /doc export-ignore -/phpunit.xml.dist export-ignore +/phpunit.dist.xml export-ignore /tests export-ignore