mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 19:21:09 +00:00
make unit tests pass without gnu parallel
This commit is contained in:
parent
266f16816a
commit
245a84b57f
@ -15,6 +15,7 @@ class Functional_Net_SFTPLargeFileTest extends Functional_Net_SFTPTestCase
|
||||
if (!extension_loaded('mcrypt') && !extension_loaded('openssl')) {
|
||||
self::markTestSkipped('This test depends on mcrypt or openssl for performance.');
|
||||
}
|
||||
self::ensureConstant('CRYPT_HASH_MODE', 3);
|
||||
parent::setUpBeforeClass();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user