X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fstructure%2Fglobals.t;h=0a04c6f6f4a3449aa61662d89e70c434574cfc51;hb=5829f39dc57db589b830a4adc4053538ddec0ee5;hp=232dca685ef7e0f10867d84945255bb8f80eb926;hpb=c13acbec41af2e85ad469d36d1eec19343b7d680;p=kivitendo-erp.git diff --git a/t/structure/globals.t b/t/structure/globals.t index 232dca685..0a04c6f6f 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -7,7 +7,7 @@ use Support::Files; my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf); + @globals = qw(lxdebug auth myconfig form lx_office_conf locale dispatcher instance_conf request); $testcount = scalar(@Support::Files::testitems); }