[Bridge/Twig] Fix legacy test

This commit is contained in:
Nicolas Grekas 2015-11-28 19:08:21 +01:00
parent 2cb74982de
commit a3f48a5879

View File

@ -67,11 +67,6 @@ class FormExtensionBootstrap3HorizontalLayoutTest extends AbstractBootstrap3Hori
return (string) $this->extension->renderer->renderBlock($view, 'form', $vars);
}
protected function renderEnctype(FormView $view)
{
return (string) $this->extension->renderer->searchAndRenderBlock($view, 'enctype');
}
protected function renderLabel(FormView $view, $label = null, array $vars = array())
{
if ($label !== null) {