You are here

public static property EntityRevisionsTest::$modules in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php \Drupal\KernelTests\Core\Entity\EntityRevisionsTest::modules
  2. 8 core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php \Drupal\Tests\system\Functional\Entity\EntityRevisionsTest::modules
Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php \Drupal\KernelTests\Core\Entity\EntityRevisionsTest::modules
  2. 10 core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php \Drupal\KernelTests\Core\Entity\EntityRevisionsTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php, line 22

Class

EntityRevisionsTest
Tests the loaded Revision of an entity.

Namespace

Drupal\KernelTests\Core\Entity

Code

public static $modules = [
  'system',
  'entity_test',
  'language',
  'content_translation',
];