8000 Fix Test · symfony/symfony@77fa317 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77fa317

Browse files
Mathieu Piotmpiot
Mathieu Piot
authored andcommitted
Fix Test
1 parent 30deaa9 commit 77fa317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/AbstractLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public function testHelpNotSet()
433433
$view = $form->createView();
434434
$html = $this->renderHelp($view);
435435

436-
$this->assertMatchesXpath($html, '');
436+
$this->assertMatchesXpath($html, '/p', 0);
437437
}
438438

439439
public function testHelpSetLinkFromWidget()

0 commit comments

Comments
 (0)
0