Commit a55e653e authored by catch's avatar catch
Browse files

Issue #3355787 by joachim, smustgrave, Mile23: Identify which browser tests...

Issue #3355787 by joachim, smustgrave, Mile23: Identify which browser tests should be running the language settings form and add a @covers to document it
parent d2cdfb19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
/**
 * Test disabling content translation module.
 *
 * @covers \Drupal\language\Form\ContentLanguageSettingsForm
 * @covers ::_content_translation_form_language_content_settings_form_alter
 * @group content_translation
 */
class ContentTranslationDisableSettingTest extends BrowserTestBase {
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
/**
 * Test enabling content translation module.
 *
 * @covers \Drupal\language\Form\ContentLanguageSettingsForm
 * @covers ::_content_translation_form_language_content_settings_form_alter
 * @group content_translation
 */
class ContentTranslationEnableTest extends BrowserTestBase {
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
/**
 * Tests the content translation settings UI.
 *
 * @covers \Drupal\language\Form\ContentLanguageSettingsForm
 * @covers ::_content_translation_form_language_content_settings_form_alter
 * @group content_translation
 */
class ContentTranslationSettingsTest extends BrowserTestBase {
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
/**
 * Tests the content translation UI check skip.
 *
 * @covers \Drupal\language\Form\ContentLanguageSettingsForm
 * @covers ::_content_translation_form_language_content_settings_form_alter
 * @group content_translation
 */
class ContentTranslationUISkipTest extends BrowserTestBase {