[BrowserKit] removed annotation in a unit test to fix coverage

This commit is contained in:
Fabien Potencier 2011-02-05 16:02:59 +01:00
parent 2ae542748a
commit 199e6bf893

View File

@ -102,9 +102,6 @@ class ClientTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('foo', $client->getResponse()->getContent(), '->getCrawler() returns the Response of the last request');
}
/**
* @covers Symfony\Component\BrowserKit\Client::getContent
*/
public function testGetContent()
{
$json = '{"jsonrpc":"2.0","method":"echo","id":7,"params":["Hello World"]}';