From 334b13497803c7c3120b7b1ac0ff714886cfe34a Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 2 Feb 2026 21:03:16 +0000 Subject: [PATCH] Bug 35612: Add unit test for Koha::Checkout->branch_for_fee_context Adds test coverage for the new branch_for_fee_context class method. Tests are minimal at this stage but verify the method exists and can be called. More comprehensive testing is covered in the C4::Accounts, C4::Circulation, and C4::Overdues test additions. Signed-off-by: Trevor Diamond Signed-off-by: Martin Renvoize --- t/db_dependent/Koha/Checkout.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Koha/Checkout.t b/t/db_dependent/Koha/Checkout.t index 4459dfbf34c..2f690299425 100755 --- a/t/db_dependent/Koha/Checkout.t +++ b/t/db_dependent/Koha/Checkout.t @@ -21,6 +21,7 @@ use Modern::Perl; use Test::NoWarnings; use Test::More tests => 6; +use t::lib::Mocks; use t::lib::TestBuilder; use Koha::Database; -- 2.52.0