Skip to content

Commit

Permalink
[DomCrawler] fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 30, 2019
1 parent 7e65dad commit 4d868d4
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,6 @@ public function testNormalizeWhiteSpace()
$this->assertNotSame('Elsa <3', $crawler->text(null, false));
}

/**
* @group legacy
*/
public function testLegacyNormalizeWhiteSpace()
{
$crawler = $this->createTestCrawler()->filterXPath('//p');
$this->assertNotSame('Elsa <3', $crawler->text());
}

public function testEach()
{
$data = $this->createTestCrawler()->filterXPath('//ul[1]/li')->each(function ($node, $i) {
Expand Down

0 comments on commit 4d868d4

Please sign in to comment.