diff --git a/core/tests/Drupal/Tests/SkippedDeprecationTest.php b/core/tests/Drupal/Tests/SkippedDeprecationTest.php index c6a08254d7..230c78b5cf 100644 --- a/core/tests/Drupal/Tests/SkippedDeprecationTest.php +++ b/core/tests/Drupal/Tests/SkippedDeprecationTest.php @@ -34,7 +34,7 @@ public function testSkippingDeprecationsAgain() { */ public function testSkippingPhpUnit8Warnings() { - // Ensure the deprecation helper is enabled regardless of the configured + // Ensure the deprecation helper is disabled regardless of the configured // setting. $original_setting = getenv('SYMFONY_DEPRECATIONS_HELPER'); putenv('SYMFONY_DEPRECATIONS_HELPER=disabled');