diff --git a/modules/lemonldap-ng-common/t/20-Common-CGI.t b/modules/lemonldap-ng-common/t/20-Common-CGI.t index dd244e2ab..bac1d2b1e 100644 --- a/modules/lemonldap-ng-common/t/20-Common-CGI.t +++ b/modules/lemonldap-ng-common/t/20-Common-CGI.t @@ -6,7 +6,7 @@ # change 'tests => 1' to 'tests => last_test_to_print'; package My::Portal; -use Test::More tests => 2; +use Test::More tests => 7; BEGIN { use_ok('Lemonldap::NG::Common::CGI') } our @ISA = ('Lemonldap::NG::Common::CGI');