Skip to content

Commit

Permalink
Remove empty space to match code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Casmo committed May 30, 2015
1 parent a5f6651 commit 2dff1a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase/Routing/RouterTest.php
Expand Up @@ -98,7 +98,7 @@ public function testBaseUrlWithBasePath()
}

/**
* Test that Router used the correct url including base path for requesting current actions.
* Test that Router uses the correct url including base path for requesting the current actions.
*
* @return void
*/
Expand All @@ -117,7 +117,6 @@ public function testCurrentUrlWithBasePath()
Router::setRequestInfo($request);
$this->assertEquals('http://example.com/cakephp/pages/view/1', Router::url(null, true));
$this->assertEquals('/cakephp/pages/view/1', Router::url());

}

/**
Expand Down

0 comments on commit 2dff1a1

Please sign in to comment.