Bug 13669: followup to add DBIx::RunSQL dependency
[koha.git] / t / Ris.t
blob0840e2cbf1b0a647a7c39755aa7a346811a2927d
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 4;
11 BEGIN {
12 use_ok('C4::Ris');
15 is(C4::Ris::print_typetag(),undef,'test printing typetag');
17 is(C4::Ris::print_title(),undef, 'test printing title when print_title is nil');
19 is(C4::Ris::print_stitle(),undef, 'test printing info from series title field when its nil');