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:
Sergey Biryukov
2020-09-21 14:05:23 +00:00
parent e8b00da747
commit 310799a268
8 changed files with 32 additions and 32 deletions

View File

@@ -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';