[RequestHandler] fixed coverage annotations in tests

This commit is contained in:
Fabien Potencier 2010-03-25 13:26:16 +01:00
parent 9606402b6f
commit ba59b1788b

View File

@ -18,7 +18,7 @@ use Symfony\Components\RequestHandler\Request;
class RequestTest extends \PHPUnit_Framework_TestCase class RequestTest extends \PHPUnit_Framework_TestCase
{ {
/** /**
* @covers Request::__construct() * @covers Symfony\Components\RequestHandler\Request::__construct
*/ */
public function testConstructor() public function testConstructor()
{ {
@ -26,7 +26,7 @@ class RequestTest extends \PHPUnit_Framework_TestCase
} }
/** /**
* @covers Request::setParameters() * @covers Symfony\Components\RequestHandler\Request::setParameters
*/ */
public function testSetParameters() public function testSetParameters()
{ {
@ -46,7 +46,7 @@ class RequestTest extends \PHPUnit_Framework_TestCase
} }
/** /**
* @covers Request::duplicate() * @covers Symfony\Components\RequestHandler\Request::duplicate
*/ */
public function testDuplicate() public function testDuplicate()
{ {