Fix tests

This commit is contained in:
Nicolas Grekas 2018-04-20 11:55:01 +02:00
parent 09d1a2b099
commit 939a42f623
2 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,8 @@
"compound", "compound",
"data_class", "data_class",
"empty_data", "empty_data",
"error_bubbling" "error_bubbling",
"trim"
] ]
}, },
"parent": { "parent": {
@ -44,7 +45,6 @@
"property_path", "property_path",
"required", "required",
"translation_domain", "translation_domain",
"trim",
"upload_max_size_message" "upload_max_size_message"
] ]
}, },

View File

@ -11,7 +11,7 @@ Symfony\Component\Form\Extension\Core\Type\ChoiceType (Block prefix: "choice")
choice_name data_class attr csrf_message choice_name data_class attr csrf_message
choice_translation_domain empty_data auto_initialize csrf_protection choice_translation_domain empty_data auto_initialize csrf_protection
choice_value error_bubbling block_name csrf_token_id choice_value error_bubbling block_name csrf_token_id
choices by_reference csrf_token_manager choices trim by_reference csrf_token_manager
choices_as_values data choices_as_values data
expanded disabled expanded disabled
group_by inherit_data group_by inherit_data
@ -24,7 +24,6 @@ Symfony\Component\Form\Extension\Core\Type\ChoiceType (Block prefix: "choice")
property_path property_path
required required
translation_domain translation_domain
trim
upload_max_size_message upload_max_size_message
--------------------------- -------------------- ------------------------- ----------------------- --------------------------- -------------------- ------------------------- -----------------------