Changeset 54732
- Timestamp:
- 10/31/2022 08:26:47 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/tests/phpunit/tests/functions.php
r54713 r54732 1405 1405 */ 1406 1406 public function test_wp_check_filetype_and_ext_with_filtered_woff() { 1407 if ( PHP_VERSION_ID >= 80 200 ) {1407 if ( PHP_VERSION_ID >= 80100 ) { 1408 1408 /* 1409 * For the time being, this test is marked skipped on PHP 8. 2as a recent change introduced1409 * For the time being, this test is marked skipped on PHP 8.1+ as a recent change introduced 1410 1410 * an inconsistency with how the mime-type for WOFF files are handled compared to older versions. 1411 1411 * 1412 1412 * See https://core.trac.wordpress.org/ticket/56817 for more details. 1413 1413 */ 1414 $this->markTestSkipped( 'This test currently fails on PHP 8. 2RC3and requires further investigation.' );1414 $this->markTestSkipped( 'This test currently fails on PHP 8.1+ and requires further investigation.' ); 1415 1415 } 1416 1416
Note: See TracChangeset
for help on using the changeset viewer.