Skip to content

Commit 316c35c

Browse files
[DomCrawler] fix merge
1 parent 3a74903 commit 316c35c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,6 @@ public function testNormalizeWhiteSpace()
260260
$this->assertNotSame('Elsa <3', $crawler->text(null, false));
261261
}
262262

263-
/**
264-
* @group legacy
265-
*/
266-
public function testLegacyNormalizeWhiteSpace()
267-
{
268-
$crawler = $this->createTestCrawler()->filterXPath('//p');
269-
$this->assertNotSame('Elsa <3', $crawler->text());
270-
}
271-
272263
public function testEach()
273264
{
274265
$data = $this->createTestCrawler()->filterXPath('//ul[1]/li')->each(function ($node, $i) {

0 commit comments

Comments
 (0)