]> git.koha-community.org Git - koha.git/blob - t/Context.t
Bug 11218: (follow-up) fix whitespace
[koha.git] / 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 }