Skip to content

Commit

Permalink
Fixed test by adding echo and expected string
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Aug 8, 2021
1 parent d9c8e5a commit 69fb3ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/date/tests/bug80998.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ $interval->f = 0.999999;
$interval->invert = 1;
$date->add($interval);
$string = $date->format('Y-m-d H:i:s.u');
echo $string, "\n";
?>
--EXPECT--
2021-04-05 11:00:01.000001

0 comments on commit 69fb3ef

Please sign in to comment.