mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-12 03:19:34 +00:00
fix tests with 5.6
This commit is contained in:
parent
ca7272b732
commit
2a5bc513c6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class gnupgt {
|
|||
self::reset_key();
|
||||
|
||||
$gpg = self::create_instance();
|
||||
$gpg->import($privkey ?? $testkey);
|
||||
$gpg->import(is_null($privkey) ? $testkey : $privkey);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue