@@ -124,6 +124,8 @@ public function testDefaultTranslationDomain()
124
124
125
125
public function testPassLabelTranslationParametersToView ()
126
126
{
127
+ $ this ->requiresFeatureSet (403 );
128
+
127
129
$ view = $ this ->factory ->create ($ this ->getTestedType (), null , [
128
130
'label_translation_parameters ' => ['%param% ' => 'value ' ],
129
131
])
@@ -134,6 +136,8 @@ public function testPassLabelTranslationParametersToView()
134
136
135
137
public function testPassAttrTranslationParametersToView ()
136
138
{
139
+ $ this ->requiresFeatureSet (403 );
140
+
137
141
$ view = $ this ->factory ->create ($ this ->getTestedType (), null , [
138
142
'attr_translation_parameters ' => ['%param% ' => 'value ' ],
139
143
])
@@ -144,6 +148,8 @@ public function testPassAttrTranslationParametersToView()
144
148
145
149
public function testInheritLabelTranslationParametersFromParent ()
146
150
{
151
+ $ this ->requiresFeatureSet (403 );
152
+
147
153
$ view = $ this ->factory
148
154
->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
149
155
'label_translation_parameters ' => ['%param% ' => 'value ' ],
@@ -157,6 +163,8 @@ public function testInheritLabelTranslationParametersFromParent()
157
163
158
164
public function testInheritAttrTranslationParametersFromParent ()
159
165
{
166
+ $ this ->requiresFeatureSet (403 );
167
+
160
168
$ view = $ this ->factory
161
169
->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
162
170
'attr_translation_parameters ' => ['%param% ' => 'value ' ],
@@ -170,6 +178,8 @@ public function testInheritAttrTranslationParametersFromParent()
170
178
171
179
public function testPreferOwnLabelTranslationParameters ()
172
180
{
181
+ $ this ->requiresFeatureSet (403 );
182
+
173
183
$ view = $ this ->factory
174
184
->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
175
185
'label_translation_parameters ' => ['%parent_param% ' => 'parent_value ' , '%override_param% ' => 'parent_override_value ' ],
@@ -185,6 +195,8 @@ public function testPreferOwnLabelTranslationParameters()
185
195
186
196
public function testPreferOwnAttrTranslationParameters ()
187
197
{
198
+ $ this ->requiresFeatureSet (403 );
199
+
188
200
$ view = $ this ->factory
189
201
->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
190
202
'attr_translation_parameters ' => ['%parent_param% ' => 'parent_value ' , '%override_param% ' => 'parent_override_value ' ],
@@ -200,6 +212,8 @@ public function testPreferOwnAttrTranslationParameters()
200
212
201
213
public function testDefaultLabelTranslationParameters ()
202
214
{
215
+ $ this ->requiresFeatureSet (403 );
216
+
203
217
$ view = $ this ->factory ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE )
204
218
->add ('child ' , $ this ->getTestedType ())
205
219
->getForm ()
@@ -210,6 +224,8 @@ public function testDefaultLabelTranslationParameters()
210
224
211
225
public function testDefaultAttrTranslationParameters ()
212
226
{
227
+ $ this ->requiresFeatureSet (403 );
228
+
213
229
$ view = $ this ->factory ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE )
214
230
->add ('child ' , $ this ->getTestedType ())
215
231
->getForm ()
0 commit comments