File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -356,10 +356,12 @@ public function data_provider_for_auto_sizes_update_image_attributes(): array {
356
356
}
357
357
358
358
/**
359
- * @param array<string, mixed> $attr Attributes to be updated.
360
- * @param array<string, mixed> $expected Expected updated attributes.
361
359
* @covers ::auto_sizes_update_image_attributes
360
+ *
362
361
* @dataProvider data_provider_for_auto_sizes_update_image_attributes
362
+ *
363
+ * @param array<string, mixed> $attr Attributes to be updated.
364
+ * @param array<string, mixed> $expected Expected updated attributes.
363
365
*/
364
366
public function test_auto_sizes_update_image_attributes ( array $ attr , array $ expected ): void {
365
367
$ this ->assertSame ( $ expected , auto_sizes_update_image_attributes ( $ attr ) );
You can’t perform that action at this time.
0 commit comments