You are here

protected static property EntityUpdateAddRevisionTranslationAffectedTest::$modules in Drupal 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php, line 31

Class

EntityUpdateAddRevisionTranslationAffectedTest
Tests the upgrade path for adding the 'revision_translation_affected' field.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected static $modules = [
  'entity_test_update',
];