Adding 'Mark and Continue' buttons to inventory interface. Buttons are added via...
[koha.git] / t / Biblio.t
index c186058..bed3a45 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::Biblio');
 }