Bug 35068: (follow-up): Make sure renew/checkin selections get retained on reload
[koha.git] / t / Barcodes_EAN13.t
1 #!/usr/bin/perl
2 #
3 # implementation tests are in t/db_dependent/Barcodes.t
4
5 use strict;
6 use warnings;
7
8 use Test::More tests => 1;
9
10 BEGIN {
11         use_ok('C4::Barcodes::EAN13');
12 }