You are here

public static property EntityRevisionTranslationTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityRevisionTranslationTest.php \Drupal\system\Tests\Entity\EntityRevisionTranslationTest::modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/system/src/Tests/Entity/EntityRevisionTranslationTest.php, line 23
Contains \Drupal\system\Tests\Entity\EntityRevisionTranslationTest.

Class

EntityRevisionTranslationTest
Tests proper revision propagation of entities.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = [
  'language',
];