From 3df717479cd7e19fef2d6d18300636391f1d2b5b Mon Sep 17 00:00:00 2001 From: spartaness Date: Tue, 18 Jan 2011 10:57:31 +1300 Subject: [PATCH 1/1] Bug 5327 Starting Unit Tests for Auth.pm Signed-off-by: Chris Cormack --- t/Auth.t | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 t/Auth.t diff --git a/t/Auth.t b/t/Auth.t new file mode 100644 index 0000000000..08b684963c --- /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'); +} + + -- 2.11.0