Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Jul 19, 2024
1 parent 39a2479 commit f561edb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Test/Model/WikiPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function testReOrder(){

$wikimodel = new Wiki($this->container);

]
// create wiki pages
$this->assertEquals($wikimodel->createpage($project['id'], "Home", "", '2015-01-01'), 1, 'Failed to a create wiki page home on project');
$this->assertEquals($wikimodel->createpage($project['id'], "Page 2", ""), 2, 'Failed to a create wiki page 2 on project');
Expand Down

0 comments on commit f561edb

Please sign in to comment.