Issue #3037157 followup by xjm: Fix multi-line array format.
parent
cfca6ce40d
commit
dbcc1a3613
|
@ -14,7 +14,11 @@ class VocabularyTranslationTest extends TaxonomyTestBase {
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected static $modules = ['content_translation', 'language', 'config_translation'];
|
protected static $modules = [
|
||||||
|
'content_translation',
|
||||||
|
'language',
|
||||||
|
'config_translation',
|
||||||
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
Loading…
Reference in New Issue