You are here

protected function ContentTranslationWorkflowsTest::getEditorPermissions in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationWorkflowsTest::getEditorPermissions()
  2. 9 core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationWorkflowsTest::getEditorPermissions()

File

core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php, line 144

Class

ContentTranslationWorkflowsTest
Tests the content translation workflows for the test entity.

Namespace

Drupal\Tests\content_translation\Functional

Code

protected function getEditorPermissions() {
  return [
    'administer entity_test content',
    'view test entity',
    'view test entity translations',
  ];
}