diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2014-12-17 13:14:02 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2014-12-17 13:14:02 +0100 |
commit | 90394abd2d0fc66a994a3f81c76e265d0707b351 (patch) | |
tree | 6567a5f6bfce47bfed8e64c15a4ddb04e40d4f24 /_test/core/TestRequest.php | |
parent | 59cf47bd6e911707e894a1700828278bc8a6239a (diff) | |
download | rpg-90394abd2d0fc66a994a3f81c76e265d0707b351.tar.gz rpg-90394abd2d0fc66a994a3f81c76e265d0707b351.tar.bz2 |
fix global environment during test requests
Diffstat (limited to '_test/core/TestRequest.php')
-rw-r--r-- | _test/core/TestRequest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_test/core/TestRequest.php b/_test/core/TestRequest.php index 060e37d28..dad2060e5 100644 --- a/_test/core/TestRequest.php +++ b/_test/core/TestRequest.php @@ -45,8 +45,6 @@ class TestRequest { */ public function execute($uri='/doku.php') { global $INPUT; - global $ID; - global $INFO; // save old environment $server = $_SERVER; |