Media: Fix HEIF mime type assertion in test for PHP 8.5.

In PHP 8.5, the test image's mime type is now detected as `image/heif`, not `image/heic`.

Props swissspidy, adamsilverstein.
Fixes #64050.
Built from https://develop.svn.wordpress.org/trunk@60810


git-svn-id: http://core.svn.wordpress.org/trunk@60146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler
2025-09-29 18:00:32 +00:00
parent 310424d1fc
commit 7d4a7dc5da

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60809';
$wp_version = '6.9-alpha-60810';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.