Changeset 31953
- Timestamp:
- 04/01/2015 12:33:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/charset.php
r31372 r31953 123 123 */ 124 124 function test_strip_invalid_text( $data, $expected, $message ) { 125 if ( version_compare( PHP_VERSION, '5.3', '<') && stristr( php_uname( 's' ), 'win' ) ) { 126 $this->markTestSkipped( 'This test fails in PHP 5.2 on Windows. See https://core.trac.wordpress.org/ticket/31262' ); 127 } 128 125 129 $actual = self::$_wpdb->strip_invalid_text( $data ); 126 130 $this->assertSame( $expected, $actual, $message );
Note: See TracChangeset
for help on using the changeset viewer.