fix tests with 5.6

This commit is contained in:
Remi Collet 2025-04-08 14:12:09 +02:00 committed by Remi Collet
parent ca7272b732
commit 2a5bc513c6

View file

@ -75,7 +75,7 @@ class gnupgt {
self::reset_key();
$gpg = self::create_instance();
$gpg->import($privkey ?? $testkey);
$gpg->import(is_null($privkey) ? $testkey : $privkey);
}
/**