mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 14:51:00 +00:00
Merge pull request #773 from bantu/include-biginteger-testcase
Remove include statement from BigInteger TestCase. * bantu/include-biginteger-testcase: Remove include statement from BigInteger TestCase.
This commit is contained in:
commit
2b36d44ded
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user