File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
use Symfony \Component \DomCrawler \Crawler ;
18
18
use Symfony \Component \Form \FormFactoryInterface ;
19
19
use Symfony \UX \LiveComponent \LiveComponentHydrator ;
20
- use Symfony \UX \LiveComponent \Tests \Fixtures \Component \FormComponentWithManyDifferentFieldsType ;
21
20
use Symfony \UX \LiveComponent \Tests \Fixtures \Component \FormWithCollectionTypeComponent ;
22
21
use Symfony \UX \LiveComponent \Tests \Fixtures \Form \BlogPostFormType ;
23
22
use Symfony \UX \TwigComponent \ComponentFactory ;
@@ -162,7 +161,7 @@ public function testHandleCheckboxChanges(): void
162
161
'initialData ' => [
163
162
'choice_multiple ' => [2 ],
164
163
'select_multiple ' => [2 ],
165
- 'checkbox_checked ' => true
164
+ 'checkbox_checked ' => true ,
166
165
]
167
166
]
168
167
);
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function testFormValues(): void
28
28
$ component ->initialData = [
29
29
'choice_multiple ' => [2 ],
30
30
'select_multiple ' => [2 ],
31
- 'checkbox_checked ' => true
31
+ 'checkbox_checked ' => true ,
32
32
];
33
33
$ component ->postMount ([]);
34
34
You can’t perform that action at this time.
0 commit comments