protected static property ContentTranslationPermissionsTest::$modules in Drupal 10
Same name and namespace in other branches
- 9 core/modules/content_translation/tests/src/Kernel/ContentTranslationPermissionsTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationPermissionsTest::modules
Modules to enable.
Type: array
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\KernelCode
protected static $modules = [
  'system',
  'language',
  'content_translation',
  'user',
  'entity_test',
];