Bug 23681: (QA follow-up) Rename columns
[koha-ffzg.git] / t / db_dependent / Tags.t
index 93014bb..30cbc12 100755 (executable)
@@ -30,7 +30,7 @@ use Koha::Tags;
 use Koha::Tags::Approvals;
 use Koha::Tags::Indexes;
 
-use C4::Tags;
+use C4::Tags qw( add_tag_approval add_tag add_tag_index get_tag_rows get_tag stratify_tags );
 
 # So any output is readable :-D
 binmode STDOUT, ':encoding(utf8)';