Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / t / db_dependent / Koha / Authorities.t
index a618bfa..04ad663 100755 (executable)
@@ -29,7 +29,7 @@ use Test::MockObject;
 use Test::Warn;
 
 use C4::Context;
-use C4::AuthoritiesMarc;
+use C4::AuthoritiesMarc qw( merge AddAuthority );
 use Koha::Authority;
 use Koha::Authority::ControlledIndicators;
 use Koha::Authorities;