From 1e01976460c4e6b10de9a26e486ab2b2871cbff4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Apr 2020 16:25:35 +0200 Subject: add rpmaddtag() function --- tests/007-rpmdbinfo.phpt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'tests') diff --git a/tests/007-rpmdbinfo.phpt b/tests/007-rpmdbinfo.phpt index 4d142c7..4a977d1 100644 --- a/tests/007-rpmdbinfo.phpt +++ b/tests/007-rpmdbinfo.phpt @@ -6,6 +6,10 @@ Check for rpmdbinfo function on Name Done --EXPECTF-- @@ -25,4 +29,26 @@ array(1) { string(%d) "%s" } } +bool(true) +bool(true) +bool(false) +array(1) { + [0]=> + array(7) { + ["Name"]=> + string(4) "bash" + ["Version"]=> + string(%d) "%s" + ["Release"]=> + string(%d) "%s" + ["Summary"]=> + string(26) "The GNU Bourne Again shell" + ["Buildtime"]=> + int(%d) + ["Installtime"]=> + int(%d) + ["Arch"]=> + string(%d) "%s" + } +} Done -- cgit