mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 00:58:25 +00:00
Tests/BigInteger: update testDebugInfo test
This commit is contained in:
parent
786cecf309
commit
cae579a19b
@ -364,7 +364,7 @@ abstract class Unit_Math_BigInteger_TestCase extends PhpseclibTestCase
|
|||||||
*/
|
*/
|
||||||
public function testDebugInfo()
|
public function testDebugInfo()
|
||||||
{
|
{
|
||||||
$num = new Math_BigInteger(50);
|
$num = $this->getInstance(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…
x
Reference in New Issue
Block a user