Skip to content

Commit bddbc69

Browse files
committed
minor fix
1 parent 3908579 commit bddbc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Model/WikiModelTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testReOrderByIndex(){
127127
$this->assertEquals('Some content', $childPage['content']);
128128

129129
// reorder
130-
$wikimodel->reorderPagesByIndex($project['id'], 4, 2);
130+
$wikimodel->reorderPagesByIndex($project['id'], 4, 2, null);
131131
// expected by id
132132
$expectedColumnOrders = [1,2,4,2];
133133

0 commit comments

Comments
 (0)