10000 Adapt existant tests · symfony/symfony@2c2c045 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c2c045

Browse files
Mathieu Piotmpiot
Mathieu Piot
authored andcommitted
Adapt existant tests
1 parent 831693a commit 2c2c045

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"by_reference",
3434
"data",
3535
"disabled",
36+
"help",
3637
"inherit_data",
3738
"label",
3839
"label_attr",

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Symfony\Component\Form\Extension\Core\Type\ChoiceType (Block prefix: "choice")
1414
choices by_reference csrf_token_manager
1515
expanded data
1616
group_by disabled
17-
multiple inherit_data
18-
placeholder label
19-
preferred_choices label_attr
17+
multiple help
18+
placeholder inherit_data
19+
preferred_choices label
20+
label_attr
2021
label_format
2122
mapped
2223
method

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"disabled",
1515
"empty_data",
1616
"error_bubbling",
17+
"help",
1718
"inherit_data",
1819
"label",
1920
"label_attr",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Symfony\Component\Form\Extension\Core\Type\FormType (Block prefix: "form")
1616
disabled
1717
empty_data
1818
error_bubbling
19+
help
1920
inherit_data
2021
label
2122
label_attr

0 commit comments

Comments
 (0)
0