mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
Tests/BigInteger: fix for 2.0 branch
This commit is contained in:
parent
6d2c25b954
commit
2d2f359300
@ -361,7 +361,7 @@ abstract class Unit_Math_BigInteger_TestCase extends PhpseclibTestCase
|
|||||||
*/
|
*/
|
||||||
public function testDebugInfo()
|
public function testDebugInfo()
|
||||||
{
|
{
|
||||||
$num = new Math_BigInteger(50);
|
$num = new BigInteger(50);
|
||||||
$str = print_r($num, true);
|
$str = print_r($num, true);
|
||||||
$this->assertContains('[value] => 0x32', $str);
|
$this->assertContains('[value] => 0x32', $str);
|
||||||
return $str;
|
return $str;
|
||||||
|
Loading…
Reference in New Issue
Block a user