From fb233e2513cf81e21c646161497404e880a77af2 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Tue, 1 Mar 2016 14:56:55 +0100 Subject: [PATCH] [Form] minor fix tests of Bootstrap layout --- .../Component/Form/Tests/AbstractBootstrap3LayoutTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php b/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php index fd7ce9393f64f..7bb4de9e5bce1 100644 --- a/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php +++ b/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php @@ -1005,7 +1005,7 @@ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation() ./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' );