ContentTranslationNewTranslationWithExistingRevisionsTest::$modules

Same name in other branches
  1. 10 core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationNewTranslationWithExistingRevisionsTest::modules

Type: modules

Overrides ContentTranslationPendingRevisionTestBase::$modules

File

core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php, line 20

Class

ContentTranslationNewTranslationWithExistingRevisionsTest
Tests that new translations do not delete existing ones.

Namespace

Drupal\Tests\content_translation\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.