Bug 5327 Starting Unit Tests for Auth.pm

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
spartaness 2011-01-18 10:57:31 +13:00 committed by Chris Cormack
parent 81f9c4976c
commit 3df717479c

15
t/Auth.t Normal file
View file

@ -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');
}