Skip to content

Commit b4f16a2

Browse files
committed
change test
1 parent 53b5703 commit b4f16a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/timestamp_from_date_double.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Check for vtiful presence
66
<?php
77
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727.306782407));
88
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(NULL));
9-
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(4321432143));
9+
var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727));
1010
?>
1111
--EXPECT--
1212
int(1568877706)
1313
int(0)
14-
int(373369527993600)
14+
int(1568851200)

0 commit comments

Comments
 (0)