mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
Tests: more typos
This commit is contained in:
parent
1fa4734acd
commit
4c8a56f2ad
@ -13,7 +13,7 @@ class Unit_Crypt_RC2Test extends PhpseclibTestCase
|
|||||||
var $engines = array(
|
var $engines = array(
|
||||||
Base::ENGINE_INTERNAL => 'internal',
|
Base::ENGINE_INTERNAL => 'internal',
|
||||||
Base::ENGINE_MCRYPT => 'mcrypt',
|
Base::ENGINE_MCRYPT => 'mcrypt',
|
||||||
Base::ENGINE_OPENSL => 'OpenSSL',
|
Base::ENGINE_OPENSSL => 'OpenSSL',
|
||||||
);
|
);
|
||||||
|
|
||||||
public function engineVectors()
|
public function engineVectors()
|
||||||
|
@ -15,7 +15,7 @@ class Unit_Crypt_RC4Test extends PhpseclibTestCase
|
|||||||
$engines = array(
|
$engines = array(
|
||||||
Base::ENGINE_INTERNAL => 'internal',
|
Base::ENGINE_INTERNAL => 'internal',
|
||||||
Base::ENGINE_MCRYPT => 'mcrypt',
|
Base::ENGINE_MCRYPT => 'mcrypt',
|
||||||
Base::ENGINE_MCRYPT => 'OpenSSL',
|
Base::ENGINE_OPENSSL => 'OpenSSL',
|
||||||
);
|
);
|
||||||
// tests from https://tools.ietf.org/html/rfc6229
|
// tests from https://tools.ietf.org/html/rfc6229
|
||||||
$tests = array(
|
$tests = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user