Bug 7298: (follow-up) fix uninitialized variable warning
[koha_fer] / t / Context.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4 use DBI;
5 use Test::More tests => 1;
6 use Test::MockModule;
7
8 BEGIN {
9     use_ok('C4::Context');
10 }