lemonldap-ng/lemonldap-ng-portal/t/01-AuthDemo.t

9 lines
122 B
Perl
Raw Normal View History

2016-04-03 18:27:13 +02:00
use Test::More;
use strict;
require 't/test-lib.pm';
2016-04-03 18:27:22 +02:00
print STDERR Dumper(&client->_get('/'));
2016-04-03 18:27:13 +02:00
done_testing( count() );