Bug 5327 Starting Unit Tests for Auth.pm
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
81f9c4976c
commit
3df717479c
1 changed files with 15 additions and 0 deletions
15
t/Auth.t
Normal file
15
t/Auth.t
Normal 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');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue