Koha/t/External/Syndetics.t
Kyle M Hall 1fda4105a8 Bug 16636 [QA Followup] - Move tests to t/External
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-06-10 18:02:14 +00:00

14 lines
190 B
Perl
Executable file

#!/usr/bin/perl
#
# This Koha test module is a stub!
# Add more tests here!!!
use strict;
use warnings;
use Test::More tests => 1;
BEGIN {
use_ok('C4::External::Syndetics');
}