Bugzilla – Attachment 185288 Details for
Bug 33758
Add a parameter to use the intranet_catalog_biblio_enhancements_toolbar_button Plugin hook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33758: (follow-up) Fix tests
Bug-33758-follow-up-Fix-tests.patch (text/plain), 967 bytes, created by
Roman Dolny
on 2025-08-08 17:26:38 UTC
(
hide
)
Description:
Bug 33758: (follow-up) Fix tests
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-08-08 17:26:38 UTC
Size:
967 bytes
patch
obsolete
>From e5984b67fda4a31dd67e3bdf96e97738f41ab4fb Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Thu, 7 Aug 2025 18:39:34 +0000 >Subject: [PATCH] Bug 33758: (follow-up) Fix tests > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33758
:
151426
|
151434
|
151473
|
158160
|
163798
|
178342
|
178354
|
178355
|
185236
|
185287
| 185288