Bug 32208: Extend Auth.t
[koha-ffzg.git] / t / Koha.t
index 44c56f0..6c12ec8 100755 (executable)
--- a/t/Koha.t
+++ b/t/Koha.t
@@ -31,7 +31,7 @@ BEGIN {
     }
 }
 
-use_ok('C4::Koha');
+use_ok('C4::Koha', qw( xml_escape GetVariationsOfISBN GetVariationsOfISBNs GetVariationsOfISSN GetVariationsOfISSNs));
 
 use Test::DBIx::Class;