View | Details | Raw Unified | Return to bug 25416
Collapse All | Expand All

(-)a/t/db_dependent/Search.t (-2 lines)
Lines 492-498 ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],' Link Here
492
    }
492
    }
493
    is ($allavailable, 'true', 'All records have at least one item available');
493
    is ($allavailable, 'true', 'All records have at least one item available');
494
494
495
    use Test::MockModule;
496
    my $mocked_xslt = Test::MockModule->new('Koha::XSLT::Base');
495
    my $mocked_xslt = Test::MockModule->new('Koha::XSLT::Base');
497
    $mocked_xslt->mock( 'transform', sub {
496
    $mocked_xslt->mock( 'transform', sub {
498
        my ($self, $xml) = @_;
497
        my ($self, $xml) = @_;
499
- 

Return to bug 25416