Skip to content

Commit 2cb05dd

Browse files
committed
Fix constant within tests.
1 parent 337f876 commit 2cb05dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ public function test_wp_getimagesize_heic() {
15731573
$expected = array(
15741574
1180,
15751575
1180,
1576-
IMAGETYPE_HEIC,
1576+
IMAGETYPE_HEIF,
15771577
'width="1180" height="1180"',
15781578
);
15791579

0 commit comments

Comments
 (0)