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

(-)a/t/db_dependent/Koha/Config/SysPrefs.t (-2 / +1 lines)
Lines 48-54 subtest 'get_yaml_pref_hash' => sub { Link Here
48
    plan tests => 1;
48
    plan tests => 1;
49
49
50
    my $the_pref = Koha::Config::SysPrefs->find({variable=>'ItemsDeniedRenewal'});
50
    my $the_pref = Koha::Config::SysPrefs->find({variable=>'ItemsDeniedRenewal'});
51
    $the_pref->value(q{
51
    t::lib::Mocks::mock_preference('ItemsDeniedRenewal', q{
52
        nulled: [NULL,'']
52
        nulled: [NULL,'']
53
        this: [just_that]
53
        this: [just_that]
54
        multi_this: [that,another]
54
        multi_this: [that,another]
55
- 

Return to bug 27154