3 # This Koha test module is a stub!
4 # Add more tests here!!!
9 use Test
::More tests
=> 4;
14 t
::lib
::Mocks
::mock_preference
('marcflavour', 'MARC21');
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');