From f6f2b441f1a2b45acd915d7cbb5df9d2467951bc Mon Sep 17 00:00:00 2001 From: Nessim Abadi Date: Thu, 18 Jan 2024 14:38:47 -0500 Subject: [PATCH] Create PanamaTest.php Add test file --- tests/Countries/PanamaTest.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/Countries/PanamaTest.php diff --git a/tests/Countries/PanamaTest.php b/tests/Countries/PanamaTest.php new file mode 100644 index 000000000..f848a26f2 --- /dev/null +++ b/tests/Countries/PanamaTest.php @@ -0,0 +1,18 @@ +get(); + + expect($holidays) + ->toBeArray() + ->not()->toBeEmpty(); + + expect(formatDates($holidays))->toMatchSnapshot(); +});