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

@@ -1081,7 +1081,7 @@ class Tests_Functions extends WP_UnitTestCase {
*/
function test_wp_raise_memory_limit() {
if ( -1 !== WP_MAX_MEMORY_LIMIT ) {
$this->markTestSkipped( 'WP_MAX_MEMORY_LIMIT should be set to -1' );
$this->markTestSkipped( 'WP_MAX_MEMORY_LIMIT should be set to -1.' );
}
$ini_limit_before = ini_get( 'memory_limit' );