Bug 30588: Add tests for the REST API routes
[koha-ffzg.git] / t / Labels.t
old mode 100644 (file)
new mode 100755 (executable)
index bd0d9ec..6979361
 use strict;
 use warnings;
 
-use C4::ClassSplitRoutine::LCC;
+use C4::ClassSplitRoutine::LCC qw( split_callnumber );
 use Test::More tests => 11;
 
 BEGIN {
-    use_ok('C4::Labels::Label');
+    use_ok('C4::Labels::Label', qw( _get_text_fields _check_params _guide_box ));
 }
 
 my $format_string = "title, callnumber";