]> git.koha-community.org Git - koha.git/blob - t/Serials.t
Revert "Bug 4450 Use more consistent error returns in C4/Creators/*"
[koha.git] / t / Serials.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More tests => 1;
6
7 use_ok('C4::Serials');
8