Partial fix for Bug 1578: detect material type and don't load COinS unless the materi...
[koha_fer] / t / Serials.t
index b583746..b078869 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::Serials');
 }