Bug 20434: Update UNIMARC framework - authorised values
[koha.git] / t / Log.t
blobbfcd75a3af493a467fc04a18e1a99ad9187c0465
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use Modern::Perl;
8 use Test::More tests => 1;
10 BEGIN {
11 use_ok('C4::Log');