Add _Webform.pm into the test as there's some captcha methods in it

environments/ppa-mbqj77/deployments/1
Sandro Cazzaniga 12 years ago
parent 51148d79f2
commit 11c55bd0a0
  1. 3
      lemonldap-ng-portal/t/66-Lemonldap-NG-Portal-Captcha.t

@ -1,7 +1,8 @@
use Test::More tests => 4;
use Test::More tests => 5;
BEGIN {
use_ok("Lemonldap::NG::Portal::Simple");
use_ok("Lemonldap::NG::Portal::_WebForm");
}
# build Lemonldap::NG::Portal::Simple object

Loading…
Cancel
Save