Skip to content

Commit

Permalink
Add comment for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 26, 2011
1 parent 477c492 commit 5efddd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php
Expand Up @@ -381,6 +381,11 @@ public function testMatchWithNamedParametersAndPassedArgs() {
$this->assertFalse($result);
}

/**
* Ensure that named parameters are urldecoded
*
* @return void
*/
public function testParseNamedParametersUrlDecode() {
Router::connectNamed(true);
$route = new CakeRoute('/:controller/:action/*', array('plugin' => null));
Expand Down

0 comments on commit 5efddd1

Please sign in to comment.