8000 minor #24059 [Form] Fix Descriptor tests (ogizanagi) · symfony/symfony@79cd706 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79cd706

Browse files
minor #24059 [Form] Fix Descriptor tests (ogizanagi)
This PR was merged into the 4.0-dev branch. Discussion ---------- [Form] Fix Descriptor tests | Q | A | ------------- | --- | Branch? | master <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | https://travis-ci.org/symfony/symfony/jobs/270338064 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- 64b3eee [Form] Fix Descriptor tests
2 parents 086e457 + 64b3eee commit 79cd706

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