Skip to content

Commit

Permalink
Add missing @Covers annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 16, 2011
1 parent eda3ef0 commit 714e36d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/framework/RouterTest.php
Expand Up @@ -42,6 +42,7 @@ public function testCorrectControllerIsSelected()

/**
* @covers Router::route
* @covers RouterException
* @expectedException RouterException
*/
public function testExceptionWhenNoControllerCanBeSelected()
Expand All @@ -52,6 +53,7 @@ public function testExceptionWhenNoControllerCanBeSelected()

/**
* @covers Router::route
* @covers RouterException
* @expectedException RouterException
*/
public function testExceptionWhenSomethingIsWrongWithTheValues()
Expand Down

0 comments on commit 714e36d

Please sign in to comment.