X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fstructure%2Fglobals.t;h=dca7369d54288a652420f7bd21922fddbcdac4c6;hb=fc2fbbca36f5ac516fdae260e9322fc3d357497c;hp=0a04c6f6f4a3449aa61662d89e70c434574cfc51;hpb=5494f687372570c9d1c5eb5c6aad73767e50820a;p=kivitendo-erp.git diff --git a/t/structure/globals.t b/t/structure/globals.t index 0a04c6f6f..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 lx_office_conf locale dispatcher instance_conf request); + @globals = map { s/[^a-z_]//; $_ } @Support::CanonialGlobals::globals; $testcount = scalar(@Support::Files::testitems); }