File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/LiveComponent/tests/Functional/Form Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,7 @@ public function testHandleCheckboxChanges(): void
156
156
/** @var ComponentFactory $factory */
157
157
$ factory = self ::getContainer ()->get ('ux.twig_component.component_factory ' );
158
158
159
- /** @var FormComponentWithManyDifferentFieldsType $component */
160
- $ component = $ factory ->create (
159
+ $ mounted = $ factory ->create (
161
160
'form_with_many_different_fields_type ' ,
162
161
[
163
162
'initialData ' => [
@@ -168,7 +167,7 @@ public function testHandleCheckboxChanges(): void
168
167
]
169
168
);
170
169
171
- $ dehydrated = $ hydrator ->dehydrate ($ component );
170
+ $ dehydrated = $ hydrator ->dehydrate ($ mounted );
172
171
$ bareForm = [
173
172
'text ' => '' ,
174
173
'textarea ' => '' ,
You can’t perform that action at this time.
0 commit comments