Skip to content

Commit 7c3e4cf

Browse files
committed
minor #17973 [From] minor fix tests added by #17798 for bootstrap theme (HeahDude)
This PR was merged into the 2.7 branch. Discussion ---------- [From] minor fix tests added by #17798 for bootstrap theme | Q | A | ------------- | --- | Branch | 2.7+ | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | - Commits ------- ee5b119 [From] minor fix tests added by #17798 for bootstrap theme
2 parents c6b6892 + ee5b119 commit 7c3e4cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ public function testSingleChoiceExpandedWithLabelsAsFalse()
719719
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
720720
]
721721
]
722-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
722+
/following-sibling::input[@type="hidden"][@id="name__token"]
723723
]
724724
'
725725
);
@@ -770,7 +770,7 @@ public function testSingleChoiceExpandedWithLabelsSetByCallable()
770770
./input[@type="radio"][@name="name"][@id="name_2"][@value="&c"][not(@checked)]
771771
]
772772
]
773-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
773+
/following-sibling::input[@type="hidden"][@id="name__token"]
774774
]
775775
'
776776
);
@@ -807,7 +807,7 @@ public function testSingleChoiceExpandedWithLabelsSetFalseByCallable()
807807
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
808808
]
809809
]
810-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
810+
/following-sibling::input[@type="hidden"][@id="name__token"]
811811
]
812812
'
813813
);
@@ -1047,7 +1047,7 @@ public function testMultipleChoiceExpandedWithLabelsAsFalse()
10471047
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
10481048
]
10491049
]
1050-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1050+
/following-sibling::input[@type="hidden"][@id="name__token"]
10511051
]
10521052
'
10531053
);
@@ -1098,7 +1098,7 @@ public function testMultipleChoiceExpandedWithLabelsSetByCallable()
10981098
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@value="&c"][not(@checked)]
10991099
]
11001100
]
1101-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1101+
/following-sibling::input[@type="hidden"][@id="name__token"]
11021102
]
11031103
'
11041104
);
@@ -1135,7 +1135,7 @@ public function testMultipleChoiceExpandedWithLabelsSetFalseByCallable()
11351135
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
11361136
]
11371137
]
1138-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1138+
/following-sibling::input[@type="hidden"][@id="name__token"]
11391139
]
11401140
'
11411141
);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy