From e6240966b78b70d23b5c32ed80cdcb39ce7dc1ff Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 13 Oct 2022 16:43:36 +0000 Subject: [PATCH] Tests: Revert unintentional change in [54508]. Unprops desrosj. See #56817. git-svn-id: https://develop.svn.wordpress.org/trunk@54509 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/functions.php b/tests/phpunit/tests/functions.php index 28f4e16397..2a29fa2bd0 100644 --- a/tests/phpunit/tests/functions.php +++ b/tests/phpunit/tests/functions.php @@ -1447,7 +1447,7 @@ class Tests_Functions extends WP_UnitTestCase { } public function filter_mime_types_woff( $mimes ) { - $mimes['woff'] = 'font-woff/font-woff'; + $mimes['woff'] = 'application/font-woff'; return $mimes; }