You are here

public static property ConfigEntityTranslationTest::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/ConfigEntityTranslationTest.php, line 20

Class

ConfigEntityTranslationTest
Tests that config entities are properly translated.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'block_content',
  'language',
  'locale',
  'config_translation',
  'views',
  'node',
  'user',
  'acquia_contenthub_publisher',
];