You are here

protected static property EntityTranslationNormalizeTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php \Drupal\Tests\hal\Kernel\EntityTranslationNormalizeTest::modules

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php, line 22

Class

EntityTranslationNormalizeTest
Tests that translated nodes are correctly (de-)normalized.

Namespace

Drupal\Tests\hal\Kernel

Code

protected static $modules = [
  'node',
  'content_translation',
];