Skip to content

Commit 2475efe

Browse files
committed
Fixed test expectations
1 parent cf08ca6 commit 2475efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/bcmath/tests/bcceil.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ foreach ($nums as $num) {
2828
}
2929
?>
3030
--EXPECT--
31-
0 => 0
31+
0 => 0
3232
0.00 => 0
3333
-0 => 0
3434
-0.00 => 0

ext/bcmath/tests/bcfloor.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ foreach ($nums as $num) {
2828
}
2929
?>
3030
--EXPECT--
31-
0 => 0
31+
0 => 0
3232
0.00 => 0
3333
-0 => 0
3434
-0.00 => 0

0 commit comments

Comments
 (0)