You are here

protected static property ContentTranslationPermissionsTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php \Drupal\Tests\content_translation\Kernel\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',
];