X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fstructure%2Fglobals.t;h=0a04c6f6f4a3449aa61662d89e70c434574cfc51;hb=9d3c499e4fccf77b2bd0a221dd4dc56053e56d2f;hp=b1b351f7ab5c8e562f7886b184cac758ea5dd141;hpb=914c56f424742187477b90604acfe7de93dbb5c0;p=kivitendo-erp.git diff --git a/t/structure/globals.t b/t/structure/globals.t index b1b351f7a..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); + @globals = qw(lxdebug auth myconfig form lx_office_conf locale dispatcher instance_conf request); $testcount = scalar(@Support::Files::testitems); }