From ee5b119ac6d399ee8686e7883dddb8c2e35b7438 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Tue, 1 Mar 2016 14:36:27 +0100 Subject: [PATCH] [From] minor fix tests added by #17798 for bootstrap theme --- .../Form/Tests/AbstractBootstrap3LayoutTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php b/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php index b503aa4240..ee260bd0c8 100644 --- a/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php +++ b/src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php @@ -719,7 +719,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' ); @@ -770,7 +770,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest ./input[@type="radio"][@name="name"][@id="name_2"][@value="&c"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' ); @@ -807,7 +807,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' ); @@ -1047,7 +1047,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest ./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' ); @@ -1098,7 +1098,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest ./input[@type="checkbox"][@name="name[]"][@id="name_2"][@value="&c"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' ); @@ -1135,7 +1135,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest ./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)] ] ] - /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"] + /following-sibling::input[@type="hidden"][@id="name__token"] ] ' );