]> git.koha-community.org Git - koha.git/blob - t/Output.t
Bug 9937: Add new unit tests for new routines (introduced by bug 5343)
[koha.git] / t / Output.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9     use_ok('C4::Output');
10 }