mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-13 17:18:42 +00:00
Merge branch '2.0'
This commit is contained in:
commit
63f8276693
@ -460,4 +460,10 @@ abstract class Unit_Math_BigInteger_TestCase extends PhpseclibTestCase
|
|||||||
$temp = $this->getInstance(48);
|
$temp = $this->getInstance(48);
|
||||||
$this->assertSame($temp->toHex(true), '30');
|
$this->assertSame($temp->toHex(true), '30');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testZeroBase10()
|
||||||
|
{
|
||||||
|
$temp = $this->getInstance('00');
|
||||||
|
$this->assertSame($temp->toString(), '0');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user