From 36441da33046dfd971847479890ed9557b27ee68 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 2 Jan 2018 00:39:14 +0900 Subject: [PATCH] Fix unit tests for 2018 Closes #311 --- 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 381d26dc..656e9b7d 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 [ - 42736, + 43101, '1 Jan', ], // 31/12 of the current year [ - 43100, + 43465, '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 [ - 42921, + 43286, '5-JUL', ], // 05/07 of the current year [ - 42921, + 43286, '5 Jul', ], [