This commit is contained in:
Mathieu Piot 2018-03-01 08:14:12 +01:00 committed by Mathieu Piot
parent 30deaa9b28
commit 77fa3178bd

View File

@ -433,7 +433,7 @@ abstract class AbstractLayoutTest extends FormIntegrationTestCase
$view = $form->createView(); $view = $form->createView();
$html = $this->renderHelp($view); $html = $this->renderHelp($view);
$this->assertMatchesXpath($html, ''); $this->assertMatchesXpath($html, '/p', 0);
} }
public function testHelpSetLinkFromWidget() public function testHelpSetLinkFromWidget()