lemonldap-ng/modules/lemonldap-ng-portal/t/60-Lemonldap-NG-Portal-IssuerDBSAML.t
Xavier Guimard 01785de792 * "SKIP" in SAML tests
* "= splice @_" instead of "= @_" avoid memory duplication
2010-01-31 08:25:05 +00:00

8 lines
184 B
Perl

use Test::More tests => 1;
SKIP: {
eval "use Lasso;";
skip "Lasso is not installed, can't test SAML features", 1 if ($@);
use_ok('Lemonldap::NG::Portal::IssuerDBSAML');
}