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

(-)a/t/DateUtils.t (-1 / +1 lines)
Lines 17-22 BEGIN { use_ok('Koha::DateUtils'); } Link Here
17
17
18
t::lib::Mocks::mock_preference('dateformat', 'us');
18
t::lib::Mocks::mock_preference('dateformat', 'us');
19
t::lib::Mocks::mock_preference('TimeFormat', 'This_is_not_used_but_called');
19
t::lib::Mocks::mock_preference('TimeFormat', 'This_is_not_used_but_called');
20
t::lib::Mocks::mock_config('timezone', 'UTC');
20
21
21
my $tz = C4::Context->tz;
22
my $tz = C4::Context->tz;
22
23
23
- 

Return to bug 25621