LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/modules/lemonldap-ng-portal/t/27-Lemonldap-NG-Portal-Issu...

10 lines
324 B

use Test::More tests => 2;
SKIP: {
eval { require Net::OpenID::Server; };
skip "Net::OpenID::Consumer is not installed, so "
. "Lemonldap::NG::Portal::AuthOpenID will not be useable", 2
if ($@);
use_ok('Lemonldap::NG::Portal::OpenID::Server');
use_ok('Lemonldap::NG::Portal::IssuerDBOpenID');
}