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.
- Loading branch information
1 parent
cb241b9
commit b00b128
Showing
5 changed files
with
274 additions
and
1 deletion.
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
30 changes: 30 additions & 0 deletions
30
...ots/Countries/AustraliaTest/it_can_calculate_australian_holidays_for_a_specific_year.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,30 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"date": "2025-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2025-01-26" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2025-04-18" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2025-04-21" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2025-04-25" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2025-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"date": "2025-12-26" | ||
} | ||
] |
54 changes: 54 additions & 0 deletions
54
...pest/snapshots/Countries/AustraliaTest/it_can_calculate_regional_australian_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": "New Year's Day", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2024-01-26" | ||
}, | ||
{ | ||
"name": "Labour Day", | ||
"date": "2024-03-11" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2024-03-29" | ||
}, | ||
{ | ||
"name": "Saturday before Easter Sunday", | ||
"date": "2024-03-30" | ||
}, | ||
{ | ||
"name": "Easter Sunday", | ||
"date": "2024-03-31" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2024-04-01" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2024-04-25" | ||
}, | ||
{ | ||
"name": "King's Birthday", | ||
"date": "2024-06-10" | ||
}, | ||
{ | ||
"name": "Friday before AFL Grand Final", | ||
"date": "2024-09-27" | ||
}, | ||
{ | ||
"name": "Melbourne Cup", | ||
"date": "2024-11-05" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2024-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"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
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