Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / Biblio / TransformHtmlToMarc.t
index f4ac6a8..708a764 100755 (executable)
@@ -8,7 +8,7 @@ use Test::More tests => 2;
 use Koha::Caches;
 use Koha::Database;
 use Koha::MarcSubfieldStructures;
-use C4::Biblio;
+use C4::Biblio qw( GetMarcFromKohaField TransformHtmlToMarc );
 
 our ( $biblionumbertagfield, $biblionumbertagsubfield );
 my $schema  = Koha::Database->new->schema;