Bug 11537: (follow-up) mock C4::Context::preference
authorGalen Charlton <gmc@esilibrary.com>
Tue, 14 Jan 2014 19:25:22 +0000 (19:25 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 14 Jan 2014 19:27:07 +0000 (19:27 +0000)
commitfc0a201bd9a301a05b52bfd50fd4024c68749feb
treec3cbf37903dddb32a14ba61afbad3561c0ad2fb9
parente96d73aa9f462fb653b8b67d7d5bff81dab94be7
Bug 11537: (follow-up) mock C4::Context::preference

This avoids turning t/Log.t into one that requires a valid
session context.

To test:

[1] Run the following and verify that the test passes.

unset KOHA_CONF
prove -v t/Log.t

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/Log.t