Bug 5327 Starting Unit Tests for Auth.pm
authorspartaness <spartan0042@hotmail.com>
Mon, 17 Jan 2011 21:57:31 +0000 (10:57 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 17 Jan 2011 23:22:17 +0000 (18:22 -0500)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 3df717479cd7e19fef2d6d18300636391f1d2b5b)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
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');
+}
+
+