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

(-)a/t/db_dependent/Auth_with_ldap.t (-2 / +2 lines)
Lines 390-396 sub mockedC4Config { Link Here
390
    if ( ref $class eq 'HASH' ) {
390
    if ( ref $class eq 'HASH' ) {
391
        return $class->{$param};
391
        return $class->{$param};
392
    }
392
    }
393
    return;
393
394
    return C4::Context::_common_config($param, 'config');
394
}
395
}
395
396
396
# Function that mocks the call to Net::LDAP
397
# Function that mocks the call to Net::LDAP
397
- 

Return to bug 25172