From e5984b67fda4a31dd67e3bdf96e97738f41ab4fb Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Thu, 7 Aug 2025 18:39:34 +0000 Subject: [PATCH] Bug 33758: (follow-up) Fix tests Signed-off-by: Roman Dolny --- t/db_dependent/Koha/Plugins/Plugins.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Koha/Plugins/Plugins.t b/t/db_dependent/Koha/Plugins/Plugins.t index cba1c42f5e..d5396d80ec 100755 --- a/t/db_dependent/Koha/Plugins/Plugins.t +++ b/t/db_dependent/Koha/Plugins/Plugins.t @@ -259,6 +259,7 @@ subtest 'Koha::Plugin::Test' => sub { ok( can_load( modules => { "Koha::Plugin::Test" => undef } ), 'Test can_load' ); my $plugin = Koha::Plugin::Test->new( { enable_plugins => 1, cgi => CGI->new } ); + my $biblionumber = 1; isa_ok( $plugin, "Koha::Plugin::Test", 'Test plugin class' ); isa_ok( $plugin, "Koha::Plugins::Base", 'Test plugin parent class' ); -- 2.39.5