Merge branch '2.0'

* 2.0:
  Remove include statement from BigInteger TestCase.
This commit is contained in:
Andreas Fischer 2015-08-17 10:09:01 -04:00
commit 05d5f95e4b

View File

@ -9,10 +9,7 @@ abstract class Unit_Math_BigInteger_TestCase extends PhpseclibTestCase
{
public static function setUpBeforeClass()
{
include_once 'Math/BigInteger.php';
parent::setUpBeforeClass();
self::reRequireFile('Math/BigInteger.php');
}