Skip to content

Commit 9a1574a

Browse files
committed
removed @Covers annotations in tests
1 parent e3f09df commit 9a1574a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ public function testAddHtmlContent()
8181
$this->assertEquals('foo', $crawler->filterXPath('//div')->attr('class'), '->addHtmlContent() adds nodes from an HTML string');
8282
}
8383

84-
/**
85-
* @covers Symfony\Component\DomCrawler\Crawler::addHtmlContent
86-
*/
8784
public function testAddHtmlContentWithBaseTag()
8885
{
8986
$crawler = new Crawler();

0 commit comments

Comments
 (0)