Bugzilla – Attachment 182824 Details for
Bug 40019
Koha/Auth/Client.t produces warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40019: Remove warnings from Koha/Auth/Client.t
Bug-40019-Remove-warnings-from-KohaAuthClientt.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2025-05-28 14:48:50 UTC
(
hide
)
Description:
Bug 40019: Remove warnings from Koha/Auth/Client.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-05-28 14:48:50 UTC
Size:
1.30 KB
patch
obsolete
>From b20eb5d62dc782addc07446e93fb8a1377abb471 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 May 2025 16:48:15 +0200 >Subject: [PATCH] Bug 40019: Remove warnings from Koha/Auth/Client.t > >Test plan: > prove t/db_dependent/Koha/Auth/Client.t >should return green >--- > t/db_dependent/Koha/Auth/Client.t | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Auth/Client.t b/t/db_dependent/Koha/Auth/Client.t >index bc2cbbbba38..ed51b19d045 100755 >--- a/t/db_dependent/Koha/Auth/Client.t >+++ b/t/db_dependent/Koha/Auth/Client.t >@@ -19,10 +19,11 @@ > > use Modern::Perl; > >-use Test::More tests => 4; >+use Test::More tests => 5; > > use Test::MockModule; > use Test::MockObject; >+use Test::NoWarnings; > use Test::Exception; > > use JSON qw(encode_json); >@@ -56,7 +57,8 @@ subtest 'get_user() tests' => sub { > } > } > ); >- my $patron = $builder->build_object( { class => 'Koha::Patrons', value => { email => 'patron@test.com' } } ); >+ my $patron = $builder->build_object( { class => 'Koha::Patrons', value => { email => 'patron@test.com' } } ); >+ t::lib::Mocks::mock_userenv( { patron => $patron } ); > my $mapping = { > email => 'electronic_mail', > firstname => 'given_name', >-- >2.34.1
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 40019
:
182824
|
182876