Dancer2-Plugin-Auth-Extensible-Provider-LDAP

 view release on metacpan or  search on metacpan

t/plugin-provider-ldap.t  view on Meta::CPAN

use strict;
use warnings;

use Test::Fatal;
use Test::More;
use Dancer2::Plugin::Auth::Extensible::Test;
use lib 't/lib';

BEGIN {
    $ENV{DANCER_ENVDIR}      = 't/environments';
    $ENV{DANCER_ENVIRONMENT} = 'provider-ldap';
}

use Test::Net::LDAP::Mock;



( run in 2.346 seconds using v1.01-cache-2.11-cpan-54e63673c56 )