]> git.koha-community.org Git - koha.git/blob - t/Auth_with_ldap.t
Changed path to updatedatabase.pl to dbms specific dir
[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