From 99335adb92a172044a52b7c112e6209aee4f3b4a Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 2 Feb 2026 21:03:16 +0000 Subject: [PATCH] Bug 35612: Unit test - Checkout.t Signed-off-by: Trevor Diamond --- 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.39.5