added caching of results of GetMarcStructure
[koha.git] / t / Search.t
blob916507b3e4dac51f7901df20a46c8619f69d313d
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 FindBin;
13 use lib $FindBin::Bin;
14 use override_context_prefs;
15 use_ok('C4::Search');