Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / t / db_dependent / Creators / Lib.t
index 7d10b35..c18a659 100755 (executable)
@@ -26,7 +26,7 @@ use Koha::Database;
 use Test::Warn;
 
 BEGIN {
-    use_ok('C4::Creators::Lib');
+    use_ok('C4::Creators::Lib', qw( get_all_templates get_all_layouts get_all_profiles get_all_image_names get_batch_summary get_label_summary get_card_summary get_barcode_types get_label_types get_font_types get_text_justification_types get_output_formats get_table_names get_unit_values html_table ));
     use_ok('C4::Biblio');
     use_ok('C4::Context');
     use_ok('Koha::Patron');