mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-19 11:42:47 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
89af727f32
@ -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…
x
Reference in New Issue
Block a user