From 28a54778d45b008a2172b21aa281449c911e3176 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jan 2020 16:54:58 +0100 Subject: switch to Laminas add patch to fix test suite from https://github.com/laminas/laminas-math/pull/2 --- 2.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 2.patch (limited to '2.patch') diff --git a/2.patch b/2.patch new file mode 100644 index 0000000..8557772 --- /dev/null +++ b/2.patch @@ -0,0 +1,22 @@ +From 3488ee782f69b710ba6231898d9c4e3f78c4c864 Mon Sep 17 00:00:00 2001 +From: Remi Collet +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', + ], + ]; -- cgit