Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment