mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-03 20:38:29 +00:00
Hash: Cover remaining uncovered line.
This commit is contained in:
parent
7d3a1db469
commit
5b6642ae37
@ -228,7 +228,7 @@ class Unit_Crypt_HashTest extends PhpseclibTestCase
|
|||||||
public function testSetHashInvalid()
|
public function testSetHashInvalid()
|
||||||
{
|
{
|
||||||
$hash = new Hash('md5');
|
$hash = new Hash('md5');
|
||||||
$hash->setHash('abcdefghijklmnopqrst');
|
$hash->setHash('abcdefghijklmnopqrst-96');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testSetHashValid()
|
public function testSetHashValid()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user