Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Aug 6, 2018
1 parent 796344a commit 9163163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/component/Helpers/Pagination/LoopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function testNav()
$loop = new Loop($data, $calc);

$s = "<ul class=\"nav\">\n\t<li class=\"current\"><a href=\"/page/1\">1</a></li>\n</ul>\n";
$this->assertEquals($s, $loop->nav(['ul' => 'nav'], 0));
$this->assertEquals($s, $loop->nav(['ul' => 'nav', 'li_current' => 'current'], 0));
}

public function testIsPaginationWhenExistOnePage()
Expand Down

0 comments on commit 9163163

Please sign in to comment.