diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-06 16:54:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-06 16:54:58 +0100 |
commit | 28a54778d45b008a2172b21aa281449c911e3176 (patch) | |
tree | 4fef28c120706a49b8447fdd10b9b75a50fe35bf /2.patch | |
parent | 4bf400c8fdf7048e268398fad5d79ccf33213980 (diff) |
switch to Laminas
add patch to fix test suite from
https://github.com/laminas/laminas-math/pull/2
Diffstat (limited to '2.patch')
-rw-r--r-- | 2.patch | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +From 3488ee782f69b710ba6231898d9c4e3f78c4c864 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Mon, 6 Jan 2020 16:50:00 +0100 +Subject: [PATCH] fix typo from Laminas move + +--- + test/BigInteger/Adapter/AbstractTestCase.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/BigInteger/Adapter/AbstractTestCase.php b/test/BigInteger/Adapter/AbstractTestCase.php +index e5f34d0..6f618fc 100644 +--- a/test/BigInteger/Adapter/AbstractTestCase.php ++++ b/test/BigInteger/Adapter/AbstractTestCase.php +@@ -363,7 +363,7 @@ public function binaryConversionProvider() + 'FV31FwuflLcgcehcYduXOp0sUSL/frxiCjv0lGfFOReOCZjSvGUnltTXMgppIO4p2Ij5dSQolfwW9/xby+yLFg6s=', + + // negative binary, two's complement +- '/yMGxfR3xo0T8eZnZTpdMc7x4siOgXJqjkSJ3IznmRnhCKXR2HZ0+oBnbj0dhZxjwNZJ9+un4yxNNcZ5LLaminasI+q' . ++ '/yMGxfR3xo0T8eZnZTpdMc7x4siOgXJqjkSJ3IznmRnhCKXR2HZ0+oBnbj0dhZxjwNZJ9+un4yxNNcZ5LZfI+q' . + 'iCuj0YGtI344Xo54kaMVi067dAIFDnfXEC2uYOsbocfZnLUOa2GkrKM31lt8R1id3Borb12oD6QgDpDQTdOnxV', + ], + ]; |