File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/DomCrawler/Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ public function testText()
330
330
331
331
public function testHtml (
6BD1
)
332
332
{
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 > '
335
335
, trim ($ this ->createTestCrawler ()->filterXPath ('//form[@id="FooFormId"] ' )->html ()));
336
336
337
337
try {
You can’t perform that action at this time.
0 commit comments