diff --git a/tests/phpunit/tests/functions.php b/tests/phpunit/tests/functions.php
index 14d2a26315..fa240cea47 100644
|
a
|
b
|
class Tests_Functions extends WP_UnitTestCase { |
| 1415 | 1415 | * @requires extension fileinfo |
| 1416 | 1416 | */ |
| 1417 | 1417 | public function test_wp_check_filetype_and_ext_with_filtered_woff() { |
| | 1418 | if ( PHP_VERSION_ID >= 80200 ) { |
| | 1419 | $this->markTestSkipped( 'This test currently fails on PHP 8.2RC3 and requires further investigation.' ); |
| | 1420 | } |
| | 1421 | |
| 1418 | 1422 | $file = DIR_TESTDATA . '/uploads/dashicons.woff'; |
| 1419 | 1423 | $filename = 'dashicons.woff'; |
| 1420 | 1424 | |