Bug 12478 - pile of elasticsearch code
[koha.git] / t / Koha_ElasticSearch.t
1 #
2 #===============================================================================
3 #
4 #         FILE: Koha_ElasticSearch.t
5 #
6 #  DESCRIPTION:
7 #
8 #        FILES: ---
9 #         BUGS: ---
10 #        NOTES: ---
11 #       AUTHOR: Chris Cormack (rangi), chrisc@catalyst.net.nz
12 # ORGANIZATION: Koha Development Team
13 #      VERSION: 1.0
14 #      CREATED: 09/12/13 08:56:44
15 #     REVISION: ---
16 #===============================================================================
17
18 use strict;
19 use warnings;
20
21 use Test::More tests => 1;                      # last test to print
22
23 use_ok('Koha::ElasticSearch');