diff --git a/tests/Zepto/RouterTest.php b/tests/Zepto/RouterTest.php index 52fa284..ccc3356 100644 --- a/tests/Zepto/RouterTest.php +++ b/tests/Zepto/RouterTest.php @@ -59,7 +59,7 @@ protected function tearDown() } /** - * @covers Zepto\Router::get + * @covers Zepto\Router::get() * @covers Zepto\Router::route() */ public function testGet() @@ -76,7 +76,7 @@ public function testGet() } /** - * @covers Zepto\Router::post + * @covers Zepto\Router::post() * @covers Zepto\Router::route() */ public function testPost() @@ -93,7 +93,7 @@ public function testPost() } /** - * @covers Zepto\Router::get + * @covers Zepto\Router::get() * @covers Zepto\Router::route() * @expectedException LogicException */ @@ -140,7 +140,7 @@ public function testRouteWithInvalidHttpMethod() } /** - * @covers Zepto\Router::match + * @covers Zepto\Router::match() */ public function testMatch() { @@ -152,7 +152,7 @@ public function testMatch() } /** - * @covers Zepto\Router::match + * @covers Zepto\Router::match() */ public function testMatchFail() { @@ -164,11 +164,11 @@ public function testMatchFail() } /** - * @covers Zepto\Router::run - * @covers Zepto\Router::match - * @covers Zepto\Router::parse_parameters - * @covers Zepto\Router::current_route - * @covers Zepto\Router::current_http_status + * @covers Zepto\Router::run() + * @covers Zepto\Router::match() + * @covers Zepto\Router::parse_parameters() + * @covers Zepto\Router::current_route() + * @covers Zepto\Router::current_http_status() */ public function testRun() { @@ -190,11 +190,11 @@ public function testRun() } /** - * @covers Zepto\Router::run - * @covers Zepto\Router::match - * @covers Zepto\Router::parse_parameters - * @covers Zepto\Router::current_route - * @covers Zepto\Router::current_http_status + * @covers Zepto\Router::run() + * @covers Zepto\Router::match() + * @covers Zepto\Router::parse_parameters() + * @covers Zepto\Router::current_route() + * @covers Zepto\Router::current_http_status() */ public function testRunWithParameters() { @@ -216,7 +216,7 @@ public function testRunWithParameters() } /** - * @covers Zepto\Router::run + * @covers Zepto\Router::run() */ public function testRunBeforeAddingRoutes() { @@ -225,9 +225,9 @@ public function testRunBeforeAddingRoutes() } /** - * @covers Zepto\Router::run - * @covers Zepto\Router::match - * @covers Zepto\Router::not_found + * @covers Zepto\Router::run() + * @covers Zepto\Router::match() + * @covers Zepto\Router::not_found() */ public function testRunWithNotFoundError() { @@ -247,9 +247,9 @@ public function testRunWithNotFoundError() } /** - * @covers Zepto\Router::run - * @covers Zepto\Router::match - * @covers Zepto\Router::error + * @covers Zepto\Router::run() + * @covers Zepto\Router::match() + * @covers Zepto\Router::error() */ public function testRunWithError() { @@ -289,7 +289,7 @@ public function testRedirectWithoutUrl() } /** - * @covers Zepto\Router::routes + * @covers Zepto\Router::routes() */ public function testRoutes() { @@ -313,7 +313,7 @@ public function testRoutes() } /** - * @covers Zepto\Router::error + * @covers Zepto\Router::error() */ public function testError() { @@ -327,7 +327,7 @@ public function testError() } /** - * @covers Zepto\Router::not_found + * @covers Zepto\Router::not_found() */ public function testNotFound() {