File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/code/Magento/Catalog/Test/Unit/Model/Product/Image Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,15 @@ public function testConvertImageMiscParamsToReadableFormat(array $data): void
3535 {
3636 $ this ->assertEquals (
3737 $ data ['expectedMiscParamsWithArray ' ],
38- $ this ->model ->convertImageMiscParamsToReadableFormat ($ data ['convertImageParamsToReadableFormatWithArray ' ])
38+ $ this ->model ->convertImageMiscParamsToReadableFormat (
39+ $ data ['convertImageParamsToReadableFormatWithArray ' ]
40+ )
3941 );
4042 $ this ->assertEquals (
4143 $ data ['expectedMiscParamsWithOutArray ' ],
42- $ this ->model ->convertImageMiscParamsToReadableFormat ($ data ['convertImageParamsToReadableFormatWithOutArray ' ])
44+ $ this ->model ->convertImageMiscParamsToReadableFormat (
45+ $ data ['convertImageParamsToReadableFormatWithOutArray ' ]
46+ )
4347 );
4448 }
4549
You can’t perform that action at this time.
0 commit comments