summaryrefslogtreecommitdiff
path: root/_test/core/DokuWikiTest.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/core/DokuWikiTest.php')
-rw-r--r--_test/core/DokuWikiTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/core/DokuWikiTest.php b/_test/core/DokuWikiTest.php
index 91eb5293b..f4521256a 100644
--- a/_test/core/DokuWikiTest.php
+++ b/_test/core/DokuWikiTest.php
@@ -115,5 +115,8 @@ abstract class DokuWikiTest extends PHPUnit_Framework_TestCase {
// reload language
$local = $conf['lang'];
trigger_event('INIT_LANG_LOAD', $local, 'init_lang', true);
+
+ global $INPUT;
+ $INPUT = new Input();
}
}