8000 minor #17974 [Form] minor fix tests of Bootstrap layout (HeahDude) · symfony/symfony@75e0509 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 75e0509

Browse files
committed
minor #17974 [Form] minor fix tests of Bootstrap layout (HeahDude)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] minor fix tests of Bootstrap layout | Q | A | ------------- | --- | Branch | 2.8+ | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | - Commits ------- fb233e2 [Form] minor fix tests of Bootstrap layout
2 parents 80d26a5 + fb233e2 commit 75e0509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation()
10051005
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
10061006
]
10071007
]
1008-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1008+
/following-sibling::input[@type="hidden"][@id="name__token"]
10091009
]
10101010
'
10111011
);

0 commit comments

Comments
 (0)
0