diff --git a/tests/phpunit/includes/utils.php b/tests/phpunit/includes/utils.php index 9a03250f6a..4f67185ea3 100644 --- a/tests/phpunit/includes/utils.php +++ b/tests/phpunit/includes/utils.php @@ -465,7 +465,7 @@ class WpdbExposedMethodsForTesting extends wpdb { function benchmark_pcre_backtracking( $pattern, $subject, $strategy ) { $saved_config = ini_get( 'pcre.backtrack_limit' ); - // Attempt to prevent PHP crashes. Adjust these lower when needed. + // Attempt to prevent PHP crashes. Adjust lower when needed. $limit = 1000000; // Start with small numbers, so if a crash is encountered at higher numbers we can still debug the problem.