mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 18:55:13 +00:00
Merge branch '2.0'
This commit is contained in:
commit
adf6ea07e8
@ -361,7 +361,7 @@ abstract class Unit_Math_BigInteger_TestCase extends PhpseclibTestCase
|
||||
*/
|
||||
public function testDebugInfo()
|
||||
{
|
||||
$num = new BigInteger(50);
|
||||
$num = $this->getInstance(50);
|
||||
$str = print_r($num, true);
|
||||
$this->assertContains('[value] => 0x32', $str);
|
||||
return $str;
|
||||
|
Loading…
Reference in New Issue
Block a user