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:
parent
a81b9d3fad
commit
009007b809
1 changed files with 0 additions and 1 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Reference in a new issue