blob: 855777247eaaa98efc6aad43664f15f64a539919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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',
],
];
|