X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fstructure%2Fglobals.t;h=dca7369d54288a652420f7bd21922fddbcdac4c6;hb=e112111e80aafcd8f3c86b4ba2a5c5fe3db4b5c2;hp=14e0445d2cffa58739fc40e7379f5923cd5a39df;hpb=772f08d07f41febb13a52e066036d23faa0490fc;p=kivitendo-erp.git diff --git a/t/structure/globals.t b/t/structure/globals.t index 14e0445d2..dca7369d5 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -3,11 +3,12 @@ use strict; use lib 't'; use Support::Files; +use Support::CanonialGlobals (); my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf request); + @globals = map { s/[^a-z_]//; $_ } @Support::CanonialGlobals::globals; $testcount = scalar(@Support::Files::testitems); }