@@ -124,6 +124,8 @@ public function testDefaultTranslationDomain()
124124
125125 public function testPassLabelTranslationParametersToView ()
126126 {
127+ $ this ->requiresFeatureSet (403 );
128+
127129 $ view = $ this ->factory ->create ($ this ->getTestedType (), null , [
128130 'label_translation_parameters ' => ['%param% ' => 'value ' ],
129131 ])
@@ -134,6 +136,8 @@ public function testPassLabelTranslationParametersToView()
134136
135137 public function testPassAttrTranslationParametersToView ()
136138 {
139+ $ this ->requiresFeatureSet (403 );
140+
137141 $ view = $ this ->factory ->create ($ this ->getTestedType (), null , [
138142 'attr_translation_parameters ' => ['%param% ' => 'value ' ],
139143 ])
@@ -144,6 +148,8 @@ public function testPassAttrTranslationParametersToView()
144148
145149 public function testInheritLabelTranslationParametersFromParent ()
146150 {
151+ $ this ->requiresFeatureSet (403 );
152+
147153 $ view = $ this ->factory
148154 ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
149155 'label_translation_parameters ' => ['%param% ' => 'value ' ],
@@ -157,6 +163,8 @@ public function testInheritLabelTranslationParametersFromParent()
157163
158164 public function testInheritAttrTranslationParametersFromParent ()
159165 {
166+ $ this ->requiresFeatureSet (403 );
167+
160168 $ view = $ this ->factory
161169 ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
162170 'attr_translation_parameters ' => ['%param% ' => 'value ' ],
@@ -170,6 +178,8 @@ public function testInheritAttrTranslationParametersFromParent()
170178
171179 public function testPreferOwnLabelTranslationParameters ()
172180 {
181+ $ this ->requiresFeatureSet (403 );
182+
173183 $ view = $ this ->factory
174184 ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
175185 'label_translation_parameters ' => ['%parent_param% ' => 'parent_value ' , '%override_param% ' => 'parent_override_value ' ],
@@ -185,6 +195,8 @@ public function testPreferOwnLabelTranslationParameters()
185195
186196 public function testPreferOwnAttrTranslationParameters ()
187197 {
198+ $ this ->requiresFeatureSet (403 );
199+
188200 $ view = $ this ->factory
189201 ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE , null , [
190202 'attr_translation_parameters ' => ['%parent_param% ' => 'parent_value ' , '%override_param% ' => 'parent_override_value ' ],
@@ -200,6 +212,8 @@ public function testPreferOwnAttrTranslationParameters()
200212
201213 public function testDefaultLabelTranslationParameters ()
202214 {
215+ $ this ->requiresFeatureSet (403 );
216+
203217 $ view = $ this ->factory ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE )
204218 ->add ('child ' , $ this ->getTestedType ())
205219 ->getForm ()
@@ -210,6 +224,8 @@ public function testDefaultLabelTranslationParameters()
210224
211225 public function testDefaultAttrTranslationParameters ()
212226 {
227+ $ this ->requiresFeatureSet (403 );
228+
213229 $ view = $ this ->factory ->createNamedBuilder ('parent ' , FormTypeTest::TESTED_TYPE )
214230 ->add ('child ' , $ this ->getTestedType ())
215231 ->getForm ()
0 commit comments