mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Tests: Use consistent trailing punctuation in markTestSkipped() messages.
See #51344. git-svn-id: https://develop.svn.wordpress.org/trunk@49027 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -935,7 +935,7 @@ class Tests_Post extends WP_UnitTestCase {
|
||||
global $wpdb;
|
||||
|
||||
if ( 'utf8' !== $wpdb->get_col_charset( $wpdb->posts, 'post_title' ) ) {
|
||||
$this->markTestSkipped( 'This test is only useful with the utf8 character set' );
|
||||
$this->markTestSkipped( 'This test is only useful with the utf8 character set.' );
|
||||
}
|
||||
|
||||
require_once ABSPATH . '/wp-admin/includes/post.php';
|
||||
|
||||
Reference in New Issue
Block a user