Skip to content

Commit

Permalink
move test page somewhere else to not interfere with other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Sep 2, 2017
1 parent f5a5650 commit 9f236ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions _test/tests/test/edit_and_save.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function testEditSaveRedirect_Headline2_A() {
$request = new TestRequest();

$input = array(
'id' => 'wiki:editandsavetest'
'id' => 'int:editandsavetest'
);

// Show page
Expand Down Expand Up @@ -106,7 +106,7 @@ function testEditSaveRedirect_Headline2_B() {
$request = new TestRequest();

$input = array(
'id' => 'wiki:editandsavetest'
'id' => 'int:editandsavetest'
);

// Show page
Expand Down

0 comments on commit 9f236ef

Please sign in to comment.