Fixing a bug where a cgi object wasnt being passed, in the reports dictionary
[koha_fer] / t / Suggestions.t
index afc0f00..fcf6bfd 100755 (executable)
@@ -9,6 +9,9 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
+       use FindBin;
+       use lib $FindBin::Bin;
+       use override_context_prefs;
         use_ok('C4::Suggestions');
 }