Changeset 46214 for trunk/tests/phpunit/tests/db/charset.php
- Timestamp:
- 09/20/2019 10:01:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/charset.php
r45607 r46214 483 483 */ 484 484 function test_strip_invalid_text( $data, $expected, $message ) { 485 if ( version_compare( PHP_VERSION, '5.3', '<' ) && stristr( php_uname( 's' ), 'win' ) ) {486 $this->markTestSkipped( 'This test fails in PHP 5.2 on Windows. See https://core.trac.wordpress.org/ticket/31262' );487 }488 489 485 $charset = self::$_wpdb->charset; 490 486 if ( isset( $data[0]['connection_charset'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.