From f73713417980453e6c2cc98781ccbcaa087a2c49 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 26 Apr 2019 17:24:06 +0100 Subject: [PATCH] Bug 22478: (RMaint follow-up) source t::lib::Mocks In 18.11.x the t::lib::Mocks module is not yet sourced for the relevant test Signed-off-by: Martin Renvoize --- t/db_dependent/selenium/regressions.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t index 42a6b6607d..8d379a2761 100644 --- a/t/db_dependent/selenium/regressions.t +++ b/t/db_dependent/selenium/regressions.t @@ -28,6 +28,7 @@ use C4::Circulation; use Koha::AuthUtils; use t::lib::Selenium; use t::lib::TestBuilder; +use t::lib::Mocks; eval { require Selenium::Remote::Driver; }; skip "Selenium::Remote::Driver is needed for selenium tests.", 1 if $@; -- 2.39.5