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
Showing
4 changed files
with
25 additions
and
25 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
22 changes: 11 additions & 11 deletions
22
tests/.pest/snapshots/Countries/EcuadorTest/it_can_calculate_ecuador_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 |
---|---|---|
@@ -1,46 +1,46 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"name": "A\u00f1o Nuevo", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "Carnival Monday", | ||
"name": "Lunes de Carnaval", | ||
"date": "2024-02-12" | ||
}, | ||
{ | ||
"name": "Carnival Tuesday", | ||
"name": "Martes de Carnaval", | ||
"date": "2024-02-13" | ||
}, | ||
{ | ||
"name": "Holy Friday", | ||
"name": "Viernes Santo", | ||
"date": "2024-03-29" | ||
}, | ||
{ | ||
"name": "Labor Day", | ||
"name": "D\u00eda del Trabajo", | ||
"date": "2024-05-03" | ||
}, | ||
{ | ||
"name": "Battle of Pichincha", | ||
"name": "Batalla de Pichincha", | ||
"date": "2024-05-24" | ||
}, | ||
{ | ||
"name": "Independence Day", | ||
"name": "Primer Grito de la Independencia", | ||
"date": "2024-08-09" | ||
}, | ||
{ | ||
"name": "Independence Of Guayaquil", | ||
"name": "Independencia de Guayaquil", | ||
"date": "2024-10-11" | ||
}, | ||
{ | ||
"name": "All Souls' Day", | ||
"name": "D\u00eda de Los Difuntos", | ||
"date": "2024-11-01" | ||
}, | ||
{ | ||
"name": "Independence Of Cuenca", | ||
"name": "Independencia de Cuenca", | ||
"date": "2024-11-04" | ||
}, | ||
{ | ||
"name": "Christmas", | ||
"name": "Navidad", | ||
"date": "2024-12-25" | ||
} | ||
] |
22 changes: 11 additions & 11 deletions
22
...ots/Countries/EcuadorTest/it_can_calculate_ecuador_holidays_with_spanish_translation.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 |
---|---|---|
@@ -1,46 +1,46 @@ | ||
[ | ||
{ | ||
"name": "A\u00f1o Nuevo", | ||
"name": "New Year's Day", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "Lunes de Carnaval", | ||
"name": "Carnival Monday", | ||
"date": "2024-02-12" | ||
}, | ||
{ | ||
"name": "Martes de Carnaval", | ||
"name": "Carnival Tuesday", | ||
"date": "2024-02-13" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"name": "Holy Friday", | ||
"date": "2024-03-29" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajo", | ||
"name": "Labor Day", | ||
"date": "2024-05-03" | ||
}, | ||
{ | ||
"name": "Batalla de Pichincha", | ||
"name": "Battle of Pichincha", | ||
"date": "2024-05-24" | ||
}, | ||
{ | ||
"name": "Primer Grito de la Independencia", | ||
"name": "Independence Day", | ||
"date": "2024-08-09" | ||
}, | ||
{ | ||
"name": "Independencia de Guayaquil", | ||
"name": "Independence Of Guayaquil", | ||
"date": "2024-10-11" | ||
}, | ||
{ | ||
"name": "D\u00eda de Los Difuntos", | ||
"name": "All Souls' Day", | ||
"date": "2024-11-01" | ||
}, | ||
{ | ||
"name": "Independencia de Cuenca", | ||
"name": "Independence Of Cuenca", | ||
"date": "2024-11-04" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"name": "Christmas", | ||
"date": "2024-12-25" | ||
} | ||
] |
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