Bug 5327 Starting Unit Tests for Auth.pm
authorspartaness <spartan0042@hotmail.com>
Mon, 17 Jan 2011 21:57:31 +0000 (10:57 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 17 Jan 2011 22:33:27 +0000 (11:33 +1300)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/Auth.t [new file with mode: 0644]

diff --git a/t/Auth.t b/t/Auth.t
new file mode 100644 (file)
index 0000000..08b6849
--- /dev/null
+++ b/t/Auth.t
@@ -0,0 +1,15 @@
+#!/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::Auth');
+}
+
+