Browse Source

change test

viest 5 years ago
parent
commit
b4f16a2d77
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/timestamp_from_date_double.phpt

+ 2 - 2
tests/timestamp_from_date_double.phpt

@@ -6,9 +6,9 @@ Check for vtiful presence
 <?php
 var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727.306782407));
 var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(NULL));
-var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(4321432143));
+var_dump(\Vtiful\Kernel\Excel::timestampFromDateDouble(43727));
 ?>
 --EXPECT--
 int(1568877706)
 int(0)
-int(373369527993600)
+int(1568851200)