Bug 6132: Add unit test for system preferences
[koha.git] / t / Review.t
1 #!/usr/bin/perl
2 #
3 #
4 # This Koha test module is a stub!  
5 # Add more tests here!!!
6
7 use strict;
8 use warnings;
9
10 use Test::More tests => 1;
11
12 BEGIN {
13         use_ok('C4::Review');
14 }
15