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

(-)a/t/Ediorder.t (-1 / +2 lines)
Lines 4-11 use warnings; Link Here
4
use FindBin qw( $Bin );
4
use FindBin qw( $Bin );
5
5
6
use Test::More tests => 13;
6
use Test::More tests => 13;
7
use t::lib::Mocks;
7
8
8
BEGIN { use_ok('Koha::Edifact::Order') }
9
BEGIN { use_ok('Koha::Edifact::Order') }
10
t::lib::Mocks::mock_preference('EdifactLSQ', 'location');
9
11
10
# The following tests are for internal methods but they could
12
# The following tests are for internal methods but they could
11
# error spectacularly so best
13
# error spectacularly so best
12
- 

Return to bug 31134