mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +01:00
Tests/BigInteger: fix 8.2 deprecation errors
This commit is contained in:
parent
43c59198b8
commit
2e963c0002
@ -19,9 +19,9 @@ class BigIntegerTest extends PhpseclibTestCase
|
||||
{
|
||||
eval(<<<ENGINE
|
||||
namespace phpseclib3\Math\BigInteger\Engines;
|
||||
class ${className} extends \phpseclib3\Math\BigInteger\Engines\Engine {
|
||||
class $className extends \phpseclib3\Math\BigInteger\Engines\Engine {
|
||||
public function __construct(){}
|
||||
public static function isValidEngine() { return ${isValid}; }
|
||||
public static function isValidEngine() { return $isValid; }
|
||||
public static function setModExpEngine(\$engine){}
|
||||
public function toString() { return __CLASS__; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user