From fc994f50338a9f86557d2b032a916381a2e64aaf Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 17 Oct 2017 10:15:55 -0400 Subject: [PATCH] Bug 12747 - Missing use in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds missing `use t::lib::Mocks ...` to Breeding.t Tests should now pass correctly. Signed-off-by: Séverine QUEUNE --- t/db_dependent/Breeding.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Breeding.t b/t/db_dependent/Breeding.t index 548938e..62072a8 100755 --- a/t/db_dependent/Breeding.t +++ b/t/db_dependent/Breeding.t @@ -22,6 +22,7 @@ use Modern::Perl; use FindBin; use Test::More tests => 4; use Test::Warn; +use t::luib::Mocks qw( mock_preference ); use C4::Context; use C4::Breeding; -- 2.1.4