Bug 6357 : Displaying the unavailability of items corrected
[koha.git] / t / Csv.t
blob068f094cf3713447b44c0abc527ab0b719a1aa8e
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::Csv');