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

(-)a/t/db_dependent/Koha/Reports.t (-2 / +1 lines)
Lines 17-23 Link Here
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
20
use Test::More tests => 5;
20
use Test::More tests => 6;
21
21
22
use Koha::Report;
22
use Koha::Report;
23
use Koha::Reports;
23
use Koha::Reports;
24
- 

Return to bug 24695