From 199e6bf893d2fb7f138e4e4d0a44e78e583eca47 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 5 Feb 2011 16:02:59 +0100 Subject: [PATCH] [BrowserKit] removed annotation in a unit test to fix coverage --- tests/Symfony/Tests/Component/BrowserKit/ClientTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Symfony/Tests/Component/BrowserKit/ClientTest.php b/tests/Symfony/Tests/Component/BrowserKit/ClientTest.php index 3d493f9d21..42f45569de 100644 --- a/tests/Symfony/Tests/Component/BrowserKit/ClientTest.php +++ b/tests/Symfony/Tests/Component/BrowserKit/ClientTest.php @@ -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"]}';