Bug 5327: More basic unit tests for C4 modules
[koha.git] / t / SIP_Sip.t
diff --git a/t/SIP_Sip.t b/t/SIP_Sip.t
new file mode 100755 (executable)
index 0000000..6db6acf
--- /dev/null
@@ -0,0 +1,14 @@
+#!/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::SIP::Sip');
+}
+