From 4be63f9f4ab3d9dbd6664cbe5e0a1b2f2203bba8 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 19 Feb 2018 17:55:06 +0100 Subject: [PATCH] fix CS --- .../Component/Form/Tests/AbstractBootstrap4LayoutTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php b/src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php index 197f3ab8d6..89a95fca8d 100644 --- a/src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php +++ b/src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php @@ -547,7 +547,7 @@ abstract class AbstractBootstrap4LayoutTest extends AbstractBootstrap3LayoutTest ] /following-sibling::div [@class="form-check"] - [ + [ ./input[@type="radio"][@name="name"][@id="name_0"][@checked] /following-sibling::label [.="Choice&A"] @@ -959,8 +959,7 @@ abstract class AbstractBootstrap4LayoutTest extends AbstractBootstrap3LayoutTest ./span [@class="input-group-text"] [contains(.., "%")] - ] - + ] ] ' );