ContentTranslationPermissionsTest::$modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php, line 22

Class

ContentTranslationPermissionsTest
Tests the content translation dynamic permissions.

Namespace

Drupal\Tests\content_translation\Kernel

Code

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

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