Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Mar 30, 2016
1 parent 3aa7304 commit e8977df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LinkTest.php
Expand Up @@ -20,7 +20,7 @@ function it_can_be_created_for_a_url_with_parameters()
{
$this->assertRenders(
'<a href="http://localhost/post/1">Post #1</a>',
Link::url('/post', 'Post #1', ['id' => 1])
Link::url('post', 'Post #1', ['id' => 1])
);
}

Expand Down

0 comments on commit e8977df

Please sign in to comment.