@@ -664,7 +664,7 @@ public function testSingleChoiceExpanded()
664
664
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
665
665
]
666
666
]
667
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
667
+ /following-sibling::input[@type="hidden"][@id="name__token"]
668
668
]
669
669
'
670
670
);
@@ -701,7 +701,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
701
701
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
702
702
]
703
703
]
704
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
704
+ /following-sibling::input[@type="hidden"][@id="name__token"]
705
705
]
706
706
'
707
707
);
@@ -740,7 +740,7 @@ public function testSingleChoiceExpandedAttributes()
740
740
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)] ' .$ classPart .'
741
741
]
742
742
]
743
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
743
+ /following-sibling::input[@type="hidden"][@id="name__token"]
744
744
]
745
745
'
746
746
);
@@ -786,7 +786,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
786
786
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
787
787
]
788
788
]
789
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
789
+ /following-sibling::input[@type="hidden"][@id="name__token"]
790
790
]
791
791
'
792
792
);
@@ -822,7 +822,7 @@ public function testSingleChoiceExpandedWithBooleanValue()
822
822
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
823
823
]
824
824
]
825
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
825
+ /following-sibling::input[@type="hidden"][@id="name__token"]
826
826
]
827
827
'
828
828
);
@@ -868,7 +868,7 @@ public function testMultipleChoiceExpanded()
868
868
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
869
869
]
870
870
]
871
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
871
+ /following-sibling::input[@type="hidden"][@id="name__token"]
872
872
]
873
873
'
874
874
);
@@ -915,7 +915,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
915
915
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
916
916
]
917
917
]
918
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
918
+ /following-sibling::input[@type="hidden"][@id="name__token"]
919
919
]
920
920
'
921
921
);
@@ -964,7 +964,7 @@ public function testMultipleChoiceExpandedAttributes()
964
964
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
965
965
]
966
966
]
967
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
967
+ /following-sibling::input[@type="hidden"][@id="name__token"]
968
968
]
969
969
'
970
970
);
@@ -1466,7 +1466,7 @@ public function testHidden()
1466
1466
'/input
1467
1467
[@type="hidden"]
1468
1468
[@name="name"]
1469
- [@class="my&class form-control "]
1469
+ [@class="my&class"]
1470
1470
[@value="foo&bar"]
1471
1471
'
1472
1472
);
0 commit comments