Bug 18925: (RM follow-up) Remove maxissueqty from issuingrule in SIP tests
[koha.git] / t / Log.t
diff --git a/t/Log.t b/t/Log.t
old mode 100644 (file)
new mode 100755 (executable)
index 7e38ec8..d53386b
--- a/t/Log.t
+++ b/t/Log.t
@@ -1,5 +1,13 @@
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "not ok 1\n" unless $loaded;}
-use C4::Log;
-$loaded = 1;
-print "ok 1\n";
+#!/usr/bin/perl
+#
+# This Koha test module is a stub!  
+# Add more tests here!!!
+
+use Modern::Perl;
+
+use Test::More tests => 1;
+
+BEGIN {
+    use_ok('C4::Log');
+}
+