mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 09:40:13 +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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user