removed @covers annotations in tests

This commit is contained in:
Fabien Potencier 2015-11-02 21:29:39 +01:00
parent e3f09df02a
commit 9a1574a7e5

View File

@ -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();