From 19f2fdf2884162226336a09910b2c2c26759bef1 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 --- 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 cba1c42f5ee..d5396d80ec5 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.34.1