We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30deaa9 commit 77fa317Copy full SHA for 77fa317
src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
@@ -433,7 +433,7 @@ public function testHelpNotSet()
433
$view = $form->createView();
434
$html = $this->renderHelp($view);
435
436
- $this->assertMatchesXpath($html, '');
+ $this->assertMatchesXpath($html, '/p', 0);
437
}
438
439
public function testHelpSetLinkFromWidget()
0 commit comments