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.
Create it_can_calculate_panama_holidays.snap
Add snap file
- Loading branch information
1 parent
663a130
commit 9ecd585
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
tests/.pest/snapshots/Countries/PanamaTest/it_can_calculate_panama_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,50 @@ | ||
[ | ||
{ | ||
"name": "A\u00f1o Nuevo", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "D\u00eda de los M\u00e1rtires", | ||
"date": "2024-01-09" | ||
}, | ||
{ | ||
"name": "Viernes Santo", | ||
"date": "2024-03-28" | ||
}, | ||
{ | ||
"name": "S\u00e1bado de Gloria", | ||
"date": "2024-03-29" | ||
}, | ||
{ | ||
"name": "D\u00eda del Trabajo", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "Separación de Panamá de Colombia", | ||
"date": "2024-11-03" | ||
}, | ||
{ | ||
"name": "D\u00eda de Col\u00f3n", | ||
"date": "2024-11-05" | ||
}, | ||
{ | ||
"name": "Grito de independencia de La Villa de Los Santos", | ||
"date": "2024-11-10" | ||
}, | ||
{ | ||
"name": "Independencia de Panam\u00e1 de Espa\00f1a", | ||
"date": "2024-11-28" | ||
}, | ||
{ | ||
"name": "D\u00eda de la Madre", | ||
"date": "2024-12-08" | ||
}, | ||
{ | ||
"name": "Duelo Nacional por la Invasi\u00f3n de Estados Unidos a Panam\u00e1", | ||
"date": "2024-12-20" | ||
}, | ||
{ | ||
"name": "Navidad", | ||
"date": "2024-12-25" | ||
} | ||
] |