make unit tests pass without gnu parallel

This commit is contained in:
terrafrost 2020-12-12 17:26:44 -06:00
parent 266f16816a
commit 245a84b57f

View File

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