@@ -, +, @@ # Failed test 'checkpw_ldap tests' # at t/db_dependent/Auth_with_ldap.t line 324. {UNKNOWN}: Configuration not defined at /usr/share/perl5/Log/Log4perl/Config.pm line 579. at /kohadevbox/koha/Koha/Patron.pm line 395 --- t/db_dependent/Auth_with_ldap.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/t/db_dependent/Auth_with_ldap.t +++ a/t/db_dependent/Auth_with_ldap.t @@ -390,7 +390,8 @@ sub mockedC4Config { if ( ref $class eq 'HASH' ) { return $class->{$param}; } - return; + + return C4::Context::_common_config($param, 'config'); } # Function that mocks the call to Net::LDAP --