Issue #3037157 followup by xjm: Fix multi-line array format.

merge-requests/862/head
xjm 2021-06-28 18:15:32 -05:00
parent cfca6ce40d
commit dbcc1a3613
1 changed files with 5 additions and 1 deletions

View File

@ -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}