From a3f48a5879beac7e9f69037cf58d0b3806475208 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 28 Nov 2015 19:08:21 +0100 Subject: [PATCH] [Bridge/Twig] Fix legacy test --- .../FormExtensionBootstrap3HorizontalLayoutTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php b/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php index bf26dda05b..833829fd97 100644 --- a/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php +++ b/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php @@ -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) {