From e8c25c33cda330607d42d7314916caed62be67ae Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 1 Jan 2019 17:48:07 +1100 Subject: [PATCH] Fix unit tests for 2019 --- tests/data/Calculation/DateTime/DATEVALUE.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/data/Calculation/DateTime/DATEVALUE.php b/tests/data/Calculation/DateTime/DATEVALUE.php index f38b9f98..4129bfba 100644 --- a/tests/data/Calculation/DateTime/DATEVALUE.php +++ b/tests/data/Calculation/DateTime/DATEVALUE.php @@ -161,12 +161,12 @@ return [ ], // 01/01 of the current year [ - 43101, + 43466, '1 Jan', ], // 31/12 of the current year [ - 43465, + 43830, '31/12', ], // Excel reads as 1st December 1931, not 31st December in current year @@ -176,12 +176,12 @@ return [ ], // 05/07 of the current year [ - 43286, + 43651, '5-JUL', ], // 05/07 of the current year [ - 43286, + 43651, '5 Jul', ], [