From ea01e3dce765ac3b46e7c150e7b47f7bbc0f5f65 Mon Sep 17 00:00:00 2001 From: AnuzPandey Date: Sun, 12 May 2024 16:16:24 +0545 Subject: [PATCH] :white_check_mark: test: add tests to check if the new update fixes the issue. --- tests/ConvertToEnglishDateTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ConvertToEnglishDateTest.php b/tests/ConvertToEnglishDateTest.php index e1a248b..45c32b6 100644 --- a/tests/ConvertToEnglishDateTest.php +++ b/tests/ConvertToEnglishDateTest.php @@ -11,6 +11,9 @@ ['2053-01-10', '1996-04-22'], ['2029-04-04', '1972-07-19'], ['2022-12-20', '1966-04-02'], + ['2081-01-30', '2024-05-12'], + ['2081-02-32', '2024-06-14'], + ['2081-02-32', '2024-06-14'], ]); it('can convert to nepali formatted result', function (string $format, string $locale, string $expectedResult) {