Fix authorised_value '0' problem with last commit on detail.pl
[koha.git] / t / Log.t
blob823a14e307760a17eb3465aaaf27163ee3795e70
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::Log');