File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -138,4 +138,29 @@ public function testRangeWithMinMaxValues()
138
138
{
139
139
// No-op for forward compatibility with AbstractLayoutTest 2.8
140
140
}
141
+
142
+ public function testLabelWithoutTranslationOnButton ()
143
+ {
144
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
145
+ }
146
+
147
+ public function testSingleChoiceWithPlaceholderWithoutTranslation ()
148
+ {
149
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
150
+ }
151
+
152
+ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation ()
153
+ {
154
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
155
+ }
156
+
157
+ public function testButtonlabelWithoutTranslation ()
158
+ {
159
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
160
+ }
161
+
162
+ public function testAttributesNotTranslatedWhenTranslationDomainIsFalse ()
163
+ {
164
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
165
+ }
141
166
}
Original file line number Diff line number Diff line change @@ -125,4 +125,29 @@ public function testRangeWithMinMaxValues()
125
125
{
126
126
// No-op for forward compatibility with AbstractLayoutTest 2.8
127
127
}
128
+
129
+ public function testLabelWithoutTranslationOnButton ()
130
+ {
131
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
132
+ }
133
+
134
+ public function testSingleChoiceWithPlaceholderWithoutTranslation ()
135
+ {
136
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
137
+ }
138
+
139
+ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation ()
140
+ {
141
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
142
+ }
143
+
144
+ public function testButtonlabelWithoutTranslation ()
145
+ {
146
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
147
+ }
148
+
149
+ public function testAttributesNotTranslatedWhenTranslationDomainIsFalse ()
150
+ {
151
+ // No-op for forward compatibility with AbstractLayoutTest 2.8
152
+ }
128
153
}
You can’t perform that action at this time.
0 commit comments