X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2FKoha.t;h=6c12ec806143fa418643e5ea431ced90e7a4dd6a;hb=8b714dc30c6c9440bbe9564d57fabb255070b64e;hp=44c56f0e483e012fa432cb1aff444e25bc8e9e83;hpb=342baeecbb37bc39245c5df5dccfb983f7f84e0f;p=koha-ffzg.git diff --git a/t/Koha.t b/t/Koha.t index 44c56f0e48..6c12ec8061 100755 --- 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;