Changeset 47431
- Timestamp:
- 03/05/2020 11:53:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r47317 r47431 1005 1005 function test_utf8mb3_post_saves_with_emoji() { 1006 1006 global $wpdb; 1007 $_wpdb = new WpdbExposedMethodsForTesting(); 1008 1009 if ( 'utf8' !== $_wpdb->get_col_charset( $wpdb->posts, 'post_title' ) ) { 1007 1008 if ( 'utf8' !== $wpdb->get_col_charset( $wpdb->posts, 'post_title' ) ) { 1010 1009 $this->markTestSkipped( 'This test is only useful with the utf8 character set' ); 1011 1010 }
Note: See TracChangeset
for help on using the changeset viewer.