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 c243974
Showing
7 changed files
with
376 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
54 changes: 54 additions & 0 deletions
54
...st/snapshots/Countries/AustraliaTest/it_can_calculate_the_day_before_afl_grand_final.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": "2021-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2021-01-26" | ||
}, | ||
{ | ||
"name": "Labour Day", | ||
"date": "2021-03-08" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2021-04-02" | ||
}, | ||
{ | ||
"name": "Saturday before Easter Sunday", | ||
"date": "2021-04-03" | ||
}, | ||
{ | ||
"name": "Easter Sunday", | ||
"date": "2021-04-04" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2021-04-05" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2021-04-25" | ||
}, | ||
{ | ||
"name": "Queen's Birthday", | ||
"date": "2021-06-14" | ||
}, | ||
{ | ||
"name": "Friday before AFL Grand Final", | ||
"date": "2021-09-24" | ||
}, | ||
{ | ||
"name": "Melbourne Cup", | ||
"date": "2021-11-02" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2021-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"date": "2021-12-26" | ||
} | ||
] |
54 changes: 54 additions & 0 deletions
54
...ntries/AustraliaTest/it_can_calculate_the_day_before_afl_grand_final_during_lockdown.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": "2020-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2020-01-26" | ||
}, | ||
{ | ||
"name": "Labour Day", | ||
"date": "2020-03-09" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2020-04-10" | ||
}, | ||
{ | ||
"name": "Saturday before Easter Sunday", | ||
"date": "2020-04-11" | ||
}, | ||
{ | ||
"name": "Easter Sunday", | ||
"date": "2020-04-12" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2020-04-13" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2020-04-25" | ||
}, | ||
{ | ||
"name": "Queen's Birthday", | ||
"date": "2020-06-08" | ||
}, | ||
{ | ||
"name": "Friday before AFL Grand Final", | ||
"date": "2020-10-23" | ||
}, | ||
{ | ||
"name": "Melbourne Cup", | ||
"date": "2020-11-03" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2020-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"date": "2020-12-26" | ||
} | ||
] |
50 changes: 50 additions & 0 deletions
50
...ountries/AustraliaTest/it_does_not_return_the_day_before_afl_grand_final_before_2015.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,50 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"date": "2014-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2014-01-26" | ||
}, | ||
{ | ||
"name": "Labour Day", | ||
"date": "2014-03-10" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2014-04-18" | ||
}, | ||
{ | ||
"name": "Saturday before Easter Sunday", | ||
"date": "2014-04-19" | ||
}, | ||
{ | ||
"name": "Easter Sunday", | ||
"date": "2014-04-20" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2014-04-21" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2014-04-25" | ||
}, | ||
{ | ||
"name": "Queen's Birthday", | ||
"date": "2014-06-09" | ||
}, | ||
{ | ||
"name": "Melbourne Cup", | ||
"date": "2014-11-04" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2014-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"date": "2014-12-26" | ||
} | ||
] |
46 changes: 46 additions & 0 deletions
46
...s/.pest/snapshots/Countries/AustraliaTest/it_returns_king_s_birthday_after_her_death.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,46 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"date": "2022-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2022-01-26" | ||
}, | ||
{ | ||
"name": "Labour Day", | ||
"date": "2022-03-07" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2022-04-15" | ||
}, | ||
{ | ||
"name": "Easter Sunday", | ||
"date": "2022-04-17" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2022-04-18" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2022-04-25" | ||
}, | ||
{ | ||
"name": "Western Australia Day", | ||
"date": "2022-06-06" | ||
}, | ||
{ | ||
"name": "King's Birthday", | ||
"date": "2022-09-26" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2022-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"date": "2022-12-26" | ||
} | ||
] |
46 changes: 46 additions & 0 deletions
46
....pest/snapshots/Countries/AustraliaTest/it_returns_queen_s_birthday_before_her_death.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,46 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"date": "2021-01-01" | ||
}, | ||
{ | ||
"name": "Australia Day", | ||
"date": "2021-01-26" | ||
}, | ||
{ | ||
"name": "Labour Day", | ||
"date": "2021-03-01" | ||
}, | ||
{ | ||
"name": "Good Friday", | ||
"date": "2021-04-02" | ||
}, | ||
{ | ||
"name": "Easter Sunday", | ||
"date": "2021-04-04" | ||
}, | ||
{ | ||
"name": "Easter Monday", | ||
"date": "2021-04-05" | ||
}, | ||
{ | ||
"name": "Anzac Day", | ||
"date": "2021-04-25" | ||
}, | ||
{ | ||
"name": "Western Australia Day", | ||
"date": "2021-06-07" | ||
}, | ||
{ | ||
"name": "Queen's Birthday", | ||
"date": "2021-09-27" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2021-12-25" | ||
}, | ||
{ | ||
"name": "Boxing Day", | ||
"date": "2021-12-26" | ||
} | ||
] |
Oops, something went wrong.