Skip to content

Commit

Permalink
[RequestHandler] fixed coverage annotations in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 25, 2010
1 parent 9606402 commit ba59b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Symfony/Tests/Components/RequestHandler/RequestTest.php
Expand Up @@ -18,15 +18,15 @@
class RequestTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers Request::__construct()
* @covers Symfony\Components\RequestHandler\Request::__construct
*/
public function testConstructor()
{
$this->testSetParameters();
}

/**
* @covers Request::setParameters()
* @covers Symfony\Components\RequestHandler\Request::setParameters
*/
public function testSetParameters()
{
Expand All @@ -46,7 +46,7 @@ public function testSetParameters()
}

/**
* @covers Request::duplicate()
* @covers Symfony\Components\RequestHandler\Request::duplicate
*/
public function testDuplicate()
{
Expand Down

0 comments on commit ba59b17

Please sign in to comment.