We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer format
1 parent 294dca8 commit e6de340Copy full SHA for e6de340
tests/phpunit/tests/functions.php
@@ -1584,18 +1584,18 @@ public function test_wp_getimagesize_heic() {
1584
$expected = array_merge(
1585
$expected,
1586
array(
1587
- 'bits' => 8,
1588
- 'channels' => 3,
1589
- 'mime' => 'image/heif',
1590
- 'width_unit' => 'px',
+ 'bits' => 8,
+ 'channels' => 3,
+ 'mime' => 'image/heif',
+ 'width_unit' => 'px',
1591
'height_unit' => 'px',
1592
)
1593
);
1594
} else {
1595
$expected['mime'] = 'image/heic';
1596
}
1597
-
1598
- $result = wp_getimagesize( $file );
+
+ $result = wp_getimagesize( $file );
1599
$this->assertSame( $expected, $result );
1600
1601
0 commit comments