File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717use Symfony \Component \DomCrawler \Crawler ;
1818use Symfony \Component \Form \FormFactoryInterface ;
1919use Symfony \UX \LiveComponent \LiveComponentHydrator ;
20- use Symfony \UX \LiveComponent \Tests \Fixtures \Component \FormComponentWithManyDifferentFieldsType ;
2120use Symfony \UX \LiveComponent \Tests \Fixtures \Component \FormWithCollectionTypeComponent ;
2221use Symfony \UX \LiveComponent \Tests \Fixtures \Form \BlogPostFormType ;
2322use Symfony \UX \TwigComponent \ComponentFactory ;
@@ -162,8 +161,8 @@ public function testHandleCheckboxChanges(): void
162161 'initialData ' => [
163162 'choice_multiple ' => [2 ],
164163 'select_multiple ' => [2 ],
165- 'checkbox_checked ' => true
166- ]
164+ 'checkbox_checked ' => true ,
165+ ],
167166 ]
168167 );
169168
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function testFormValues(): void
2828 $ component ->initialData = [
2929 'choice_multiple ' => [2 ],
3030 'select_multiple ' => [2 ],
31- 'checkbox_checked ' => true
31+ 'checkbox_checked ' => true ,
3232 ];
3333 $ component ->postMount ([]);
3434
You can’t perform that action at this time.
0 commit comments