mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 17:52:59 +01:00
Tests: updates now that parallels is not being used
This commit is contained in:
parent
a1d310cb8b
commit
c3aecf503e
@ -7,10 +7,6 @@
|
||||
|
||||
use phpseclib\Crypt\Hash;
|
||||
|
||||
if (version_compare(PHP_VERSION, '7.0', '>=')) {
|
||||
require 'SHA256Test.php';
|
||||
}
|
||||
|
||||
class Unit_Crypt_Hash_SHA256_96Test extends Unit_Crypt_Hash_SHA256Test
|
||||
{
|
||||
public function getInstance()
|
||||
|
@ -7,10 +7,6 @@
|
||||
|
||||
use phpseclib\Crypt\Hash;
|
||||
|
||||
if (version_compare(PHP_VERSION, '7.0', '>=')) {
|
||||
require 'SHA512Test.php';
|
||||
}
|
||||
|
||||
class Unit_Crypt_Hash_SHA512_96Test extends Unit_Crypt_Hash_SHA512Test
|
||||
{
|
||||
public function getInstance()
|
||||
|
Loading…
Reference in New Issue
Block a user