Skip to content

Commit

Permalink
Fix unit tests for 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jan 1, 2019
1 parent f28289f commit e8c25c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/data/Calculation/DateTime/DATEVALUE.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@
],
// 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
Expand All @@ -176,12 +176,12 @@
],
// 05/07 of the current year
[
43286,
43651,
'5-JUL',
],
// 05/07 of the current year
[
43286,
43651,
'5 Jul',
],
[
Expand Down

0 comments on commit e8c25c3

Please sign in to comment.