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

(-)a/t/db_dependent/Koha/Objects.t (-1 / +2 lines)
Lines 24-29 use Test::Exception; Link Here
24
use Test::MockModule;
24
use Test::MockModule;
25
use Test::Warn;
25
use Test::Warn;
26
26
27
use C4::Context;
28
27
use Koha::Authority::Types;
29
use Koha::Authority::Types;
28
use Koha::Cities;
30
use Koha::Cities;
29
use Koha::Biblios;
31
use Koha::Biblios;
30
- 

Return to bug 28306