You are here

protected static property MergeTranslationsFormTest::$modules in Merge translations 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/MergeTranslationsFormTest.php, line 21

Class

MergeTranslationsFormTest
Tests merge node translations.

Namespace

Drupal\Tests\merge_translations\Functional

Code

protected static $modules = [
  'language',
  'merge_translations',
  'node',
];