8000 [DomCrawler] fixed tests for previous merge · symfony/symfony@bbdd516 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbdd516

Browse files
committed
[DomCrawler] fixed tests for previous merge
1 parent cbfab7a commit bbdd516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ public function testText()
330330

331331
public function testHtml( 6BD1 )
332332
{
333-
$this->assertEquals('<img alt="Bar"/>', $this->createTestCrawler()->filterXPath('//a[5]')->html());
334-
$this->assertEquals('<input type="text" value="TextValue" name="TextName"/><input type="submit" value="FooValue" name="FooName" id="FooId"/><input type="button" value="BarValue" name="BarName" id="BarId"/><button value="ButtonValue" name="ButtonName" id="ButtonId"/>'
333+
$this->assertEquals('<img alt="Bar">', $this->createTestCrawler()->filterXPath('//a[5]')->html());
334+
$this->assertEquals('<input type="text" value="TextValue" name="TextName"><input type="submit" value="FooValue" name="FooName" id="FooId"><input type="button" value="BarValue" name="BarName" id="BarId"><button value="ButtonValue" name="ButtonName" id="ButtonId"></button>'
335335
, trim($this->createTestCrawler()->filterXPath('//form[@id="FooFormId"]')->html()));
336336

337337
try {

0 commit comments

Comments
 (0)
0