From 0417c8cc2b9f8a0b3b95491c1694fe362c67c6bc Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Fri, 3 Jan 2020 23:24:45 +0100 Subject: [PATCH] Fix date tests withut specified year for current year 2020 (#1302) --- 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 4129bfba..0c76eebb 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 [ - 43466, + 43831, '1 Jan', ], // 31/12 of the current year [ - 43830, + 44196, '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 [ - 43651, + 44017, '5-JUL', ], // 05/07 of the current year [ - 43651, + 44017, '5 Jul', ], [