Changing to two-column layout
[koha.git] / t / Auth_with_ldap.t
1 #!/bin/perl
2 #
3
4 use strict;
5 use warnings;
6
7 use Test::More tests => 1;
8
9 BEGIN {
10         use_ok('C4::Auth_with_ldap');
11 }
12