generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs for contributing + add example for regions
- Loading branch information
1 parent
fedcae8
commit d588e86
Showing
5 changed files
with
109 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
...pshots/Countries/AustriaTest/it_can_calculate_austrian_holidays_with_region_holidays.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[ | ||
{ | ||
"name": "Neujahr", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "Heilige Drei K\u00f6nige", | ||
"date": "2024-01-06" | ||
}, | ||
{ | ||
"name": "Ostermontag", | ||
"date": "2024-04-01" | ||
}, | ||
{ | ||
"name": "Staatsfeiertag", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "Christi Himmelfahrt", | ||
"date": "2024-05-09" | ||
}, | ||
{ | ||
"name": "Pfingstmontag", | ||
"date": "2024-05-20" | ||
}, | ||
{ | ||
"name": "Fronleichnam", | ||
"date": "2024-05-30" | ||
}, | ||
{ | ||
"name": "Mari\u00e4 Himmelfahrt", | ||
"date": "2024-08-15" | ||
}, | ||
{ | ||
"name": "Nationalfeiertag", | ||
"date": "2024-10-26" | ||
}, | ||
{ | ||
"name": "Allerheiligen", | ||
"date": "2024-11-01" | ||
}, | ||
{ | ||
"name": "Mari\u00e4 Empf\u00e4ngnis", | ||
"date": "2024-12-08" | ||
}, | ||
{ | ||
"name": "Christtag", | ||
"date": "2024-12-25" | ||
}, | ||
{ | ||
"name": "Stefanitag", | ||
"date": "2024-12-26" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters