diff --git a/core/modules/locale/src/Tests/LocaleContentTest.php b/core/modules/locale/src/Tests/LocaleContentTest.php index c0ffd60..0f190f7 100644 --- a/core/modules/locale/src/Tests/LocaleContentTest.php +++ b/core/modules/locale/src/Tests/LocaleContentTest.php @@ -11,8 +11,10 @@ use Drupal\Core\Language\LanguageInterface; /** - * Tests you can enable multilingual support on content types and configure a - * language for a node. + * Tests multilingual support for content. + * + * Enable language support on content types and configure language for nodes. + * Test for LTR and RTL language direction. * * @group locale */