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

(-)a/t/db_dependent/Koha/Patron.t (-1 / +4 lines)
Lines 1069-1074 subtest 'safe_to_delete() tests' => sub { Link Here
1069
1069
1070
    my $patron = $builder->build_object({ class => 'Koha::Patrons' });
1070
    my $patron = $builder->build_object({ class => 'Koha::Patrons' });
1071
1071
1072
    my $patron_2 = $builder->build_object({ class => 'Koha::Patrons' });
1073
1074
    t::lib::Mocks::mock_userenv({ patron => $patron_2 });
1075
1072
    ## Make it the anonymous
1076
    ## Make it the anonymous
1073
    t::lib::Mocks::mock_preference( 'AnonymousPatron', $patron->id );
1077
    t::lib::Mocks::mock_preference( 'AnonymousPatron', $patron->id );
1074
1078
1075
- 

Return to bug 34126