mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 05:41:34 +00:00
Add checks for previous subkey values in oo keyinfo test
This commit is contained in:
parent
f3864c33da
commit
4390ac3df8
2 changed files with 33 additions and 9 deletions
|
|
@ -71,10 +71,10 @@ class gnupgt {
|
|||
|
||||
return self::error(
|
||||
sprintf(
|
||||
"key %s value %s does not match expected %s",
|
||||
"key %s value %s does not match expected %s\n",
|
||||
$key,
|
||||
var_export($value, true),
|
||||
var_export($value, true)
|
||||
var_export($expected, true)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue