diff --git a/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php b/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php index f36bd973c79..ac321c34cbb 100644 --- a/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php @@ -14,7 +14,11 @@ class VocabularyTranslationTest extends TaxonomyTestBase { /** * {@inheritdoc} */ - protected static $modules = ['content_translation', 'language', 'config_translation']; + protected static $modules = [ + 'content_translation', + 'language', + 'config_translation', + ]; /** * {@inheritdoc}