Skip to content

Commit

Permalink
Fixing one of the route tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BRMatt committed Oct 30, 2010
1 parent e46bcd2 commit eadc70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kohana/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public function test_uri_fills_required_uri_segments_from_params()
public function provider_composing_url_from_route()
{
return array(
array('/'),
array('/welcome'),
array('/news/view/42', array('controller' => 'news', 'action' => 'view', 'id' => 42)),
array('http://kohanaframework.org/news', array('controller' => 'news'), true)
);
Expand Down

0 comments on commit eadc70e

Please sign in to comment.