From 143655b7cc94707bef4b83a08dc5fcb8865be24a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 1 Aug 2025 16:18:43 +0000 Subject: [PATCH] Bug 22632: (QA follow-up) Add no warnings test Signed-off-by: Nick Clemens --- t/db_dependent/Koha/Patron/Log.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patron/Log.t b/t/db_dependent/Koha/Patron/Log.t index b18ec4f3f17..8734497ce61 100755 --- a/t/db_dependent/Koha/Patron/Log.t +++ b/t/db_dependent/Koha/Patron/Log.t @@ -14,7 +14,8 @@ # along with Koha; if not, see . use Modern::Perl; -use Test::More tests => 1; +use Test::More tests => 2; +use Test::NoWarnings; use Koha::ActionLogs; -- 2.39.5