diff --git a/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php b/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php index 5b3a2f8377..b98bc0552a 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php @@ -21,8 +21,6 @@ class LocaleDeprecationsTest extends KernelTestBase { /** * @expectedDeprecation locale_translation_manual_status() is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. It is unused by Drupal core. Duplicate this function in your own extension if you need its behavior. - * - * @covers ::locale_translation_manual_status */ public function testLocaleTranslationManualStatusDeprecation() { module_load_include('pages.inc', 'locale');