X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=t%2Fstructure%2Fglobals.t;fp=t%2Fstructure%2Fglobals.t;h=7b5aa06d35dc19a3ce4c90658ff87eec5875d9d3;hb=ad1441b955a605f96932854f0faaae0ed0659edd;hp=950cf1183c6b49c8c5e0527f1c396e08a6b10ba7;hpb=aa945ad263a1abf9644af2ab5a06c10b33d1a0e7;p=kivitendo-erp.git diff --git a/t/structure/globals.t b/t/structure/globals.t index 950cf1183..7b5aa06d3 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 cgi lx_office_conf locale called_subs dispatcher instance_conf); $testcount = scalar(@Support::Files::testitems); }