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.
removed generic snapshot and separate them for every year just in case somebody still wants to check holidays until 2022
- Loading branch information
Showing
9 changed files
with
394 additions
and
6 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
tests/.pest/snapshots/Countries/SpainTest/it_can_calculate_spanish_holidays_2022.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": "A\u00f1o Nuevo", | ||
"date": "2022-01-01" | ||
}, | ||
{ | ||
"name": "Epifan\u00eda del Se\u00f1or", | ||
"date": "2022-01-06" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2022-04-15" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajador", | ||
"date": "2022-05-01" | ||
}, | ||
{ | ||
"name": "Asunci\u00f3n de la Virgen", | ||
"date": "2022-08-15" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Espa\u00f1a", | ||
"date": "2022-10-12" | ||
}, | ||
{ | ||
"name": "Todos los Santos", | ||
"date": "2022-11-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Constituci\u00f3n Espa\u00f1ola", | ||
"date": "2022-12-06" | ||
}, | ||
{ | ||
"name": "Inmaculada Concepci\u00f3n", | ||
"date": "2022-12-08" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2022-12-25" | ||
} | ||
] |
42 changes: 42 additions & 0 deletions
42
tests/.pest/snapshots/Countries/SpainTest/it_can_calculate_spanish_holidays_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": "A\u00f1o Nuevo", | ||
"date": "2023-01-01" | ||
}, | ||
{ | ||
"name": "Epifan\u00eda del Se\u00f1or", | ||
"date": "2023-01-06" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2023-04-07" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajador", | ||
"date": "2023-05-01" | ||
}, | ||
{ | ||
"name": "Asunci\u00f3n de la Virgen", | ||
"date": "2023-08-15" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Espa\u00f1a", | ||
"date": "2023-10-12" | ||
}, | ||
{ | ||
"name": "Todos los Santos", | ||
"date": "2023-11-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Constituci\u00f3n Espa\u00f1ola", | ||
"date": "2023-12-06" | ||
}, | ||
{ | ||
"name": "Inmaculada Concepci\u00f3n", | ||
"date": "2023-12-08" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2023-12-25" | ||
} | ||
] |
File renamed without changes.
42 changes: 42 additions & 0 deletions
42
tests/.pest/snapshots/Countries/SpainTest/it_can_calculate_spanish_holidays_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": "A\u00f1o Nuevo", | ||
"date": "2025-01-01" | ||
}, | ||
{ | ||
"name": "Epifan\u00eda del Se\u00f1or", | ||
"date": "2025-01-06" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2025-04-18" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajador", | ||
"date": "2025-05-01" | ||
}, | ||
{ | ||
"name": "Asunci\u00f3n de la Virgen", | ||
"date": "2025-08-15" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Espa\u00f1a", | ||
"date": "2025-10-12" | ||
}, | ||
{ | ||
"name": "Todos los Santos", | ||
"date": "2025-11-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Constituci\u00f3n Espa\u00f1ola", | ||
"date": "2025-12-06" | ||
}, | ||
{ | ||
"name": "Inmaculada Concepci\u00f3n", | ||
"date": "2025-12-08" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2025-12-25" | ||
} | ||
] |
58 changes: 58 additions & 0 deletions
58
.../.pest/snapshots/Countries/SpainTest/it_can_calculate_spanish_regional_holidays_2022.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,58 @@ | ||
[ | ||
{ | ||
"name": "A\u00f1o Nuevo", | ||
"date": "2022-01-01" | ||
}, | ||
{ | ||
"name": "Epifan\u00eda del Se\u00f1or", | ||
"date": "2022-01-06" | ||
}, | ||
{ | ||
"name": "Jueves Santo", | ||
"date": "2022-04-14" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2022-04-15" | ||
}, | ||
{ | ||
"name": "Lunes siguiente a San Jorge, D\u00eda de Arag\u00f3n", | ||
"date": "2022-04-23" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajador", | ||
"date": "2022-05-01" | ||
}, | ||
{ | ||
"name": "Lunes siguiente a la Fiesta del Trabajo", | ||
"date": "2022-05-02" | ||
}, | ||
{ | ||
"name": "Asunci\u00f3n de la Virgen", | ||
"date": "2022-08-15" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Espa\u00f1a", | ||
"date": "2022-10-12" | ||
}, | ||
{ | ||
"name": "Todos los Santos", | ||
"date": "2022-11-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Constituci\u00f3n Espa\u00f1ola", | ||
"date": "2022-12-06" | ||
}, | ||
{ | ||
"name": "Inmaculada Concepci\u00f3n", | ||
"date": "2022-12-08" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2022-12-25" | ||
}, | ||
{ | ||
"name": "Lunes siguiente a Navidad", | ||
"date": "2022-12-26" | ||
} | ||
] |
54 changes: 54 additions & 0 deletions
54
.../.pest/snapshots/Countries/SpainTest/it_can_calculate_spanish_regional_holidays_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,54 @@ | ||
[ | ||
{ | ||
"name": "A\u00f1o Nuevo", | ||
"date": "2023-01-01" | ||
}, | ||
{ | ||
"name": "Lunes siguiente a la Fiesta de A\u00f1o Nuevo", | ||
"date": "2023-01-02" | ||
}, | ||
{ | ||
"name": "Epifan\u00eda del Se\u00f1or", | ||
"date": "2023-01-06" | ||
}, | ||
{ | ||
"name": "Jueves Santo", | ||
"date": "2023-04-06" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2023-04-07" | ||
}, | ||
{ | ||
"name": "Lunes siguiente a San Jorge, D\u00eda de Arag\u00f3n", | ||
"date": "2023-04-24" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajador", | ||
"date": "2023-05-01" | ||
}, | ||
{ | ||
"name": "Asunci\u00f3n de la Virgen", | ||
"date": "2023-08-15" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Espa\u00f1a", | ||
"date": "2023-10-12" | ||
}, | ||
{ | ||
"name": "Todos los Santos", | ||
"date": "2023-11-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Constituci\u00f3n Espa\u00f1ola", | ||
"date": "2023-12-06" | ||
}, | ||
{ | ||
"name": "Inmaculada Concepci\u00f3n", | ||
"date": "2023-12-08" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2023-12-25" | ||
} | ||
] |
File renamed without changes.
58 changes: 58 additions & 0 deletions
58
.../.pest/snapshots/Countries/SpainTest/it_can_calculate_spanish_regional_holidays_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,58 @@ | ||
[ | ||
{ | ||
"name": "A\u00f1o Nuevo", | ||
"date": "2025-01-01" | ||
}, | ||
{ | ||
"name": "Epifan\u00eda del Se\u00f1or", | ||
"date": "2025-01-06" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2025-04-18" | ||
}, | ||
{ | ||
"name": "Lunes de Pascua", | ||
"date": "2025-04-21" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajador", | ||
"date": "2025-05-01" | ||
}, | ||
{ | ||
"name": "San Juan", | ||
"date": "2025-06-24" | ||
}, | ||
{ | ||
"name": "Asunci\u00f3n de la Virgen", | ||
"date": "2025-08-15" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Catalu\u00f1a", | ||
"date": "2025-09-11" | ||
}, | ||
{ | ||
"name": "Fiesta Nacional de Espa\u00f1a", | ||
"date": "2025-10-12" | ||
}, | ||
{ | ||
"name": "Todos los Santos", | ||
"date": "2025-11-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Constituci\u00f3n Espa\u00f1ola", | ||
"date": "2025-12-06" | ||
}, | ||
{ | ||
"name": "Inmaculada Concepci\u00f3n", | ||
"date": "2025-12-08" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2025-12-25" | ||
}, | ||
{ | ||
"name": "San Esteban", | ||
"date": "2025-12-26" | ||
} | ||
] |
Oops, something went wrong.