generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
a2be944
commit 6a00a9f
Showing
4 changed files
with
106 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
42 changes: 42 additions & 0 deletions
42
tests/.pest/snapshots/HolidaysTest/it_can_get_all_holidays_of_2023.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,42 @@ | ||
[ | ||
{ | ||
"name": "Nieuwjaar", | ||
"date": "01-01-2023" | ||
}, | ||
{ | ||
"name": "Paasmaandag", | ||
"date": "04-09-2023" | ||
}, | ||
{ | ||
"name": "Dag van de Arbeid", | ||
"date": "05-01-2023" | ||
}, | ||
{ | ||
"name": "OH Hemelvaart", | ||
"date": "05-17-2023" | ||
}, | ||
{ | ||
"name": "Pinkstermaandag", | ||
"date": "05-28-2023" | ||
}, | ||
{ | ||
"name": "Nationale Feestdag", | ||
"date": "07-21-2023" | ||
}, | ||
{ | ||
"name": "OLV Hemelvaart", | ||
"date": "08-15-2023" | ||
}, | ||
{ | ||
"name": "Allerheiligen", | ||
"date": "11-01-2023" | ||
}, | ||
{ | ||
"name": "Wapenstilstand", | ||
"date": "11-11-2023" | ||
}, | ||
{ | ||
"name": "Kerstmis", | ||
"date": "12-25-2023" | ||
} | ||
] |
42 changes: 42 additions & 0 deletions
42
tests/.pest/snapshots/HolidaysTest/it_can_get_all_holidays_of_2025.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,42 @@ | ||
[ | ||
{ | ||
"name": "Nieuwjaar", | ||
"date": "01-01-2023" | ||
}, | ||
{ | ||
"name": "Paasmaandag", | ||
"date": "04-09-2023" | ||
}, | ||
{ | ||
"name": "Dag van de Arbeid", | ||
"date": "05-01-2023" | ||
}, | ||
{ | ||
"name": "OH Hemelvaart", | ||
"date": "05-17-2023" | ||
}, | ||
{ | ||
"name": "Pinkstermaandag", | ||
"date": "05-28-2023" | ||
}, | ||
{ | ||
"name": "Nationale Feestdag", | ||
"date": "07-21-2023" | ||
}, | ||
{ | ||
"name": "OLV Hemelvaart", | ||
"date": "08-15-2023" | ||
}, | ||
{ | ||
"name": "Allerheiligen", | ||
"date": "11-01-2023" | ||
}, | ||
{ | ||
"name": "Wapenstilstand", | ||
"date": "11-11-2023" | ||
}, | ||
{ | ||
"name": "Kerstmis", | ||
"date": "12-25-2023" | ||
} | ||
] |
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