Bug 5510: prepend output with system name
[koha.git] / t / SIP_ILS.t
blob4a3ee70774c0fab29612e19cab655bde112f4e6c
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 1;
11 BEGIN {
12 use FindBin;
13 use lib "$FindBin::Bin/../C4/SIP";
14 use_ok('C4::SIP::ILS');