From 9a1574a7e507a02c6d3814f8a76df89e98c74f7d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 2 Nov 2015 21:29:39 +0100 Subject: [PATCH] removed @covers annotations in tests --- src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php index b460d57e74..a61c19f3c5 100755 --- a/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php +++ b/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php @@ -81,9 +81,6 @@ class CrawlerTest extends \PHPUnit_Framework_TestCase $this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addHtmlContent() adds nodes from an HTML string'); } - /** - * @covers Symfony\Component\DomCrawler\Crawler::addHtmlContent - */ public function testAddHtmlContentWithBaseTag() { $crawler = new Crawler();