Revision 772f08d0
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
t/structure/globals.t | ||
---|---|---|
7 | 7 |
my (@globals, $testcount); |
8 | 8 |
|
9 | 9 |
BEGIN { |
10 |
@globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf); |
|
10 |
@globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf request);
|
|
11 | 11 |
$testcount = scalar(@Support::Files::testitems); |
12 | 12 |
} |
13 | 13 |
|
Auch abrufbar als: Unified diff
$::request als globale Variable eingeführt.