[TwigBridge] Remove legacy test

This commit is contained in:
Nicolas Grekas 2015-03-31 15:13:13 +02:00
parent 517e669a83
commit 4af7c89711

View File

@ -63,11 +63,6 @@ class FormExtensionBootstrap3LayoutTest extends AbstractBootstrap3LayoutTest
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) {