Bug 22478: (RMaint follow-up) source t::lib::Mocks
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 26 Apr 2019 16:24:06 +0000 (17:24 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 2 May 2019 13:40:26 +0000 (13:40 +0000)
In 18.11.x the t::lib::Mocks module is not yet sourced for the relevant
test

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

t/db_dependent/selenium/regressions.t

index 485ea7a..5a31a15 100644 (file)
@@ -29,6 +29,7 @@ use Koha::AuthUtils;
 use t::lib::Mocks;
 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 $@;