Skip to content

Commit 69fb3ef

Browse files
committed
Fixed test by adding echo and expected string
1 parent d9c8e5a commit 69fb3ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/date/tests/bug80998.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ $interval->f = 0.999999;
88
$interval->invert = 1;
99
$date->add($interval);
1010
$string = $date->format('Y-m-d H:i:s.u');
11+
echo $string, "\n";
1112
?>
1213
--EXPECT--
14+
2021-04-05 11:00:01.000001

0 commit comments

Comments
 (0)