Skip to content
Snippets Groups Projects
Commit fbb9105e authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed tests

The test suite was missing a global keyword to access the $INPUT class.
parent 591acd87
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@ class TestRequest {
global $output_buffer;
$output_buffer = '';
// make globals available as were in a function context here FIXME: any others needed?
global $INPUT;
// now execute dokuwiki and grep the output
header_remove();
ob_start('ob_start_callback');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment