diff options
Diffstat (limited to 'tests/007-rpmdbinfo.phpt')
-rw-r--r-- | tests/007-rpmdbinfo.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/007-rpmdbinfo.phpt b/tests/007-rpmdbinfo.phpt index 6ef5aa1..6fe3116 100644 --- a/tests/007-rpmdbinfo.phpt +++ b/tests/007-rpmdbinfo.phpt @@ -12,13 +12,15 @@ Done bool(false) array(1) { [0]=> - array(4) { + array(5) { ["Name"]=> string(4) "bash" ["Version"]=> string(%d) "%s" ["Release"]=> string(%d) "%s" + ["Summary"]=> + string(26) "The GNU Bourne Again shell" ["Arch"]=> string(%d) "%s" } |