From: Sven Schöling Date: Wed, 14 Sep 2011 09:45:35 +0000 (+0200) Subject: neue kanonische globale Variable "instance_conf" X-Git-Tag: release-2.7.0beta1~299 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ad1441b955a605f96932854f0faaae0ed0659edd;p=kivitendo-erp.git neue kanonische globale Variable "instance_conf" --- 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); }