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

move test page somewhere else to not interfere with other tests

parent f5a56507
No related branches found
No related tags found
Loading
......@@ -17,7 +17,7 @@ class EditAndSaveTest extends DokuWikiTest {
$request = new TestRequest();
$input = array(
'id' => 'wiki:editandsavetest'
'id' => 'int:editandsavetest'
);
// Show page
......@@ -106,7 +106,7 @@ class EditAndSaveTest extends DokuWikiTest {
$request = new TestRequest();
$input = array(
'id' => 'wiki:editandsavetest'
'id' => 'int:editandsavetest'
);
// Show page
......
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