@@ -684,7 +684,7 @@ public function testSingleChoiceExpanded()
684
684
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
685
685
]
686
686
]
687
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
687
+ /following-sibling::input[@type="hidden"][@id="name__token"]
688
688
]
689
689
'
690
690
);
@@ -844,7 +844,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
844
844
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
845
845
]
846
846
]
847
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
847
+ /following-sibling::input[@type="hidden"][@id="name__token"]
848
848
]
849
849
'
850
850
);
@@ -883,7 +883,7 @@ public function testSingleChoiceExpandedAttributes()
883
883
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)] ' .$ classPart .'
884
884
]
885
885
]
886
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
886
+ /following-sibling::input[@type="hidden"][@id="name__token"]
887
887
]
888
888
'
889
889
);
@@ -930,7 +930,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
930
930
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
931
931
]
932
932
]
933
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
933
+ /following-sibling::input[@type="hidden"][@id="name__token"]
934
934
]
935
935
'
936
936
);
@@ -966,7 +966,7 @@ public function testSingleChoiceExpandedWithBooleanValue()
966
966
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
967
967
]
968
968
]
969
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
969
+ /following-sibling::input[@type="hidden"][@id="name__token"]
970
970
]
971
971
'
972
972
);
@@ -1012,7 +1012,7 @@ public function testMultipleChoiceExpanded()
1012
1012
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
1013
1013
]
1014
1014
]
1015
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1015
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1016
1016
]
1017
1017
'
1018
1018
);
@@ -1182,7 +1182,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
1182
1182
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
1183
1183
]
1184
1184
]
1185
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1185
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1186
1186
]
1187
1187
'
1188
1188
);
@@ -1231,7 +1231,7 @@ public function testMultipleChoiceExpandedAttributes()
1231
1231
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
1232
1232
]
1233
1233
]
1234
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1234
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1235
1235
]
1236
1236
'
1237
1237
);
@@ -1733,7 +1733,7 @@ public function testHidden()
1733
1733
'/input
1734
1734
[@type="hidden"]
1735
1735
[@name="name"]
1736
- [@class="my&class form-control "]
1736
+ [@class="my&class"]
1737
1737
[@value="foo&bar"]
1738
1738
'
1739
1739
);
0 commit comments