90323bcd5237701f2dc6dedfc67d4082336f3795
[koha.git] / 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