mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 05:41:34 +00:00
Fix arginfos and tests for PHP 8
This commit is contained in:
parent
542d121eca
commit
100a19ce40
5 changed files with 15 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
get keyinfo
|
||||
get engineinfo
|
||||
--SKIPIF--
|
||||
<?php if(!class_exists("gnupg")) die("skip"); ?>
|
||||
--FILE--
|
||||
|
|
@ -8,7 +8,7 @@ require_once "gnupgt.inc";
|
|||
gnupgt::import_key();
|
||||
|
||||
$gpg = new gnupg();
|
||||
$ret = $gpg->getengineinfo($fingerprint);
|
||||
$ret = $gpg->getengineinfo();
|
||||
var_dump($ret);
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue