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