diff options
Diffstat (limited to 'php-phpseclib-Remove-include-statement-from-BigInteger-TestCase.patch')
-rw-r--r-- | php-phpseclib-Remove-include-statement-from-BigInteger-TestCase.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/php-phpseclib-Remove-include-statement-from-BigInteger-TestCase.patch b/php-phpseclib-Remove-include-statement-from-BigInteger-TestCase.patch deleted file mode 100644 index 329bc6c..0000000 --- a/php-phpseclib-Remove-include-statement-from-BigInteger-TestCase.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 785b37b50578bd9135c917977c496fdbdeb25fd7 Mon Sep 17 00:00:00 2001 -From: Andreas Fischer <bantu@phpbb.com> -Date: Thu, 13 Aug 2015 15:12:20 -0400 -Subject: [PATCH] Remove include statement from BigInteger TestCase. - -This was previously required to load MATH_BIGINTEGER_MODE_* constants, but -these are autoloadable via \phpseclib\Math\BigInteger::MODE_* now and the -include path was removed. ---- - tests/Unit/Math/BigInteger/TestCase.php | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/tests/Unit/Math/BigInteger/TestCase.php b/tests/Unit/Math/BigInteger/TestCase.php -index e417b05..0b236d2 100644 ---- a/tests/Unit/Math/BigInteger/TestCase.php -+++ b/tests/Unit/Math/BigInteger/TestCase.php -@@ -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'); - } - --- -2.4.3 - |