Bug 7309 - Add NORMARCslim2intranetDetail.xsl for detail view in intranet
[koha.git] / t / ClassSortRoutine_Dewey.t
bloba2d3dc168187ee06ea9d8c0faddc177b8aac796d
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::Dewey');