unit test stub for Z3950.pm
Signed-off-by: Galen Charlton <gmcharlt@gmail.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
69037606f5
commit
c45b18251e
1 changed files with 14 additions and 0 deletions
14
t/Z3950.t
Normal file
14
t/Z3950.t
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/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::Z3950');
|
||||
}
|
||||
|
Loading…
Reference in a new issue