Changeset 54724 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 10/30/2022 03:26:40 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r54712 r54724 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.