8000 [Form] Fix Descriptor tests · symfony/symfony@64b3eee · GitHub
[go: up one dir, main page]

Skip to content

Commit 64b3eee

Browse files
committed
[Form] Fix Descriptor tests
1 parent 086e457 commit 64b3eee

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/Symfony/Component/Form/Tests/Fixtures/Descriptor/resolved_form_type_1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"choice_translation_domain",
1111
"choice_value",
1212
"choices",
13-
"choices_as_values",
1413
"expanded",
1514
"group_by",
1615
"multiple",

src/Symfony/Component/Form/Tests/Fixtures/Descriptor/resolved_form_type_1.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
choice_translation_domain empty_data auto_initialize csrf_protection
1313
choice_value error_bubbling block_name csrf_token_id
1414
choices by_reference csrf_token_manager
15-
choices_as_values data
16-
expanded disabled
17-
group_by inherit_data
18-
multiple label
19-
placeholder label_attr
20-
preferred_choices label_format
15+
expanded data
16+
group_by disabled
17+
multiple inherit_data
18+
placeholder label
19+
preferred_choices label_attr
20+
label_format
2121
mapped
2222
method
2323
post_max_size_message

0 commit comments

Comments
 (0)
0