1
0
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:
terrafrost 2021-04-17 06:27:14 -05:00
parent a1d310cb8b
commit c3aecf503e
2 changed files with 0 additions and 8 deletions

View File

@ -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()

View File

@ -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()