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