Add checks for previous subkey values in oo keyinfo test

This commit is contained in:
Jakub Zelenka 2018-06-18 15:36:48 +01:00
parent f3864c33da
commit 4390ac3df8
2 changed files with 33 additions and 9 deletions

View file

@ -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)
)
);
}