Bugzilla – Attachment 191058 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
b49dc8c.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2026-01-09 12:51:37 UTC
(
hide
)
Description:
Bug 33758: (follow-up) Fix tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2026-01-09 12:51:37 UTC
Size:
1.02 KB
patch
obsolete
>From b49dc8ca871a8618d997d3c1a8ecbb2c54a70ee7 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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 ef862ccc4eb..bc626f5830d 100755 >--- a/t/db_dependent/Koha/Plugins/Plugins.t >+++ b/t/db_dependent/Koha/Plugins/Plugins.t >@@ -332,6 +332,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.50.1 (Apple Git-155) >
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
|
191057
| 191058 |
191059