diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-09 14:19:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-09 14:19:46 +0100 |
commit | 706aa9181a857b95854e7f27b07edc8d4e48503c (patch) | |
tree | 81d199bb1618688c40394b0dbbca8bc91d229e96 /tests/007-rpmdbinfo.phpt | |
parent | 21241e687dc475ddcbfe7a711d72b2858f8b9448 (diff) |
add summary in minimal information set
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" } |