mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01: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