mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
49 lines
1.8 KiB
Diff
49 lines
1.8 KiB
Diff
From e71f1488b666e30e4f0121a10fee3eeab22bd327 Mon Sep 17 00:00:00 2001
|
|
From: Remi Collet <remi@remirepo.net>
|
|
Date: Tue, 4 Feb 2020 08:23:05 +0100
|
|
Subject: [PATCH] fix harcoded path in test
|
|
|
|
---
|
|
tests/Number/methods/pow.phpt | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/tests/Number/methods/pow.phpt b/tests/Number/methods/pow.phpt
|
|
index 5ce6582..2c78f16 100644
|
|
--- a/tests/Number/methods/pow.phpt
|
|
+++ b/tests/Number/methods/pow.phpt
|
|
@@ -87,7 +87,7 @@ Number Object
|
|
)
|
|
Number::pow
|
|
|
|
-Warning: Decimal arithmetic operand truncated to integer in /Users/rtheunissen/dev/decimal/ext-decimal/tests/Number/helpers/Number.php on line 63
|
|
+Warning: Decimal arithmetic operand truncated to integer in %sNumber.php on line 63
|
|
Number Object
|
|
(
|
|
[value:protected] => Decimal\Rational Object
|
|
@@ -99,7 +99,7 @@ Number Object
|
|
)
|
|
Number::pow
|
|
|
|
-Warning: Decimal arithmetic operand truncated to integer in /Users/rtheunissen/dev/decimal/ext-decimal/tests/Number/helpers/Number.php on line 63
|
|
+Warning: Decimal arithmetic operand truncated to integer in %sNumber.php on line 63
|
|
Number Object
|
|
(
|
|
[value:protected] => Decimal\Rational Object
|
|
@@ -123,7 +123,7 @@ Decimal\Decimal Object
|
|
)
|
|
Number::toRational
|
|
|
|
-Warning: Decimal arithmetic operand truncated to integer in /Users/rtheunissen/dev/decimal/ext-decimal/tests/Number/methods/pow.php on line 38
|
|
+Warning: Decimal arithmetic operand truncated to integer in %spow.php on line 38
|
|
Decimal\Rational Object
|
|
(
|
|
[num] => 16
|
|
@@ -131,7 +131,7 @@ Decimal\Rational Object
|
|
)
|
|
Number::toRational
|
|
|
|
-Warning: Decimal arithmetic operand truncated to integer in /Users/rtheunissen/dev/decimal/ext-decimal/tests/Number/methods/pow.php on line 41
|
|
+Warning: Decimal arithmetic operand truncated to integer in %spow.php on line 41
|
|
Decimal\Rational Object
|
|
(
|
|
[num] => 16
|