Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Jan 24, 2017
1 parent ad6a44a commit 33ad56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SetActiveTest.php
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ public function it_can_set_items_active_based_on_the_current_request()
$this->assertRenders(
'<ul>
<li><a href="http://localhost">Home</a></li>
<li class="active"><a href="http://localhost/post/1">Post #1</a></li>
<li class="activvve"><a href="http://localhost/post/1">Post #1</a></li>
</ul>',
$menu
);

0 comments on commit 33ad56c

Please sign in to comment.