Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
Refs #2799
  • Loading branch information
markstory committed Feb 9, 2014
1 parent 6b3a062 commit 91349c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php
Expand Up @@ -308,7 +308,7 @@ public function testMatchBasic() {
$result = $route->match($url);
$expected = '/admin/subscriptions/edit_admin_e/1';
$this->assertEquals($expected, $result);

$url = array('controller' => 'subscribe', 'admin' => true, 'action' => 'admin_edit', 1);
$result = $route->match($url);
$expected = '/admin/subscriptions/edit/1';
Expand Down

0 comments on commit 91349c3

Please sign in to comment.