Skip to content

Commit ad8b07e

Browse files
committed
Fixed path format in phpt woops
1 parent 6c5ed8b commit ad8b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/php7.4/methods/toFixed.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ string(8) "1,125.00"
7070
string(7) "1125.00"
7171
string(1) "1"
7272

73-
Warning: Uncaught InvalidArgumentException: The number of decimal places must be non-negative in /home/rudi/Projects/ext-decimal/tests/php7.4/methods/toFixed.php:57
73+
Warning: Uncaught InvalidArgumentException: The number of decimal places must be non-negative in %s:%d
7474
Stack trace:
7575
#0 %s(%d): Decimal\Decimal->toFixed(-1)
7676
#1 {main}

0 commit comments

Comments
 (0)