Merge branch '2.0'

This commit is contained in:
terrafrost 2015-12-14 13:03:24 -06:00
commit 9f529623da

View File

@ -361,7 +361,7 @@ abstract class Unit_Math_BigInteger_TestCase extends PhpseclibTestCase
*/
public function testDebugInfo()
{
$num = new Math_BigInteger(50);
$num = new BigInteger(50);
$str = print_r($num, true);
$this->assertContains('[value] => 0x32', $str);
return $str;