mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
fix tests with 5.6 (#53)
This commit is contained in:
parent
5a8bf5aa93
commit
91e92a2690
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class gnupgt {
|
||||||
self::reset_key();
|
self::reset_key();
|
||||||
|
|
||||||
$gpg = self::create_instance();
|
$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