Bug 25416: (follow-up) Remove useless use statement

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2020-05-12 09:09:22 -03:00 committed by Martin Renvoize
parent a81b9d3fad
commit 009007b809
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -492,7 +492,6 @@ ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],'
}
is ($allavailable, 'true', 'All records have at least one item available');
use Test::MockModule;
my $mocked_xslt = Test::MockModule->new('Koha::XSLT::Base');
$mocked_xslt->mock( 'transform', sub {
my ($self, $xml) = @_;