Bug 7381 - wrong isbn showing on the staff search results
[koha.git] / t / ClassSortRoutine_LCC.t
blob9a5e007425a4972adfc3f2c51c8f1b6bd1daac67
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 => 1;
11 BEGIN {
12 use_ok('C4::ClassSortRoutine::LCC');