Skip to content

Commit 30064ea

Browse files
committed
bug #3187 Add phpunit.dist.xml in .gitattributes (Kocal)
This PR was merged into the 3.x branch. Discussion ---------- Add phpunit.dist.xml in .gitattributes | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Follow #3182 Commits ------- 74d56e6 Add phpunit.dist.xml in .gitattributes
2 parents 871f288 + 74d56e6 commit 30064ea

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

src/Autocomplete/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/assets/playwright.config.ts export-ignore
66
/assets/vitest.config.mjs export-ignore
77
/doc export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.dist.xml export-ignore
99
/tests export-ignore

src/Chartjs/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/assets/playwright.config.ts export-ignore
66
/assets/vitest.config.mjs export-ignore
77
/doc export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.dist.xml export-ignore
99
/tests export-ignore

src/Cropperjs/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/assets/playwright.config.ts export-ignore
66
/assets/vitest.config.mjs export-ignore
77
/doc export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.dist.xml export-ignore
99
/tests export-ignore

src/Dropzone/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/assets/playwright.config.ts export-ignore
66
/assets/vitest.config.mjs export-ignore
77
/doc export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.dist.xml export-ignore
99
/tests export-ignore

src/Icons/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/.git* export-ignore
22
/.symfony.bundle.yaml export-ignore
33
/doc export-ignore
4-
/phpunit.xml.dist export-ignore
4+
/phpunit.dist.xml export-ignore
55
/tests export-ignore

src/LiveComponent/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/assets/playwright.config.ts export-ignore
66
/assets/vitest.config.mjs export-ignore
77
/doc export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.dist.xml export-ignore
99
/tests export-ignore

src/Map/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/.git* export-ignore
22
/.symfony.bundle.yaml export-ignore
3-
/phpunit.xml.dist export-ignore
3+
/phpunit.dist.xml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
66
/assets/playwright.config.ts export-ignore

src/Map/src/Bridge/Google/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/assets/vitest.config.mjs export-ignore
55
/tests export-ignore
66
/.git* export-ignore
7-
/phpunit.xml.dist export-ignore
7+
/phpunit.dist.xml export-ignore

src/Map/src/Bridge/Leaflet/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/assets/vitest.config.mjs export-ignore
55
/tests export-ignore
66
/.git* export-ignore
7-
/phpunit.xml.dist export-ignore
7+
/phpunit.dist.xml export-ignore

src/Notify/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/assets/playwright.config.ts export-ignore
66
/assets/vitest.config.mjs export-ignore
77
/doc export-ignore
8-
/phpunit.xml.dist export-ignore
8+
/phpunit.dist.xml export-ignore
99
/tests export-ignore

0 commit comments

Comments
 (0)