You are here

protected function ContentTranslationWorkflowsTest::getEditorPermissions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php \Drupal\content_translation\Tests\ContentTranslationWorkflowsTest::getEditorPermissions()

Returns an array of permissions needed for the editor.

Overrides ContentTranslationTestBase::getEditorPermissions

File

core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php, line 54
Contains \Drupal\content_translation\Tests\ContentTranslationWorkflowsTest.

Class

ContentTranslationWorkflowsTest
Tests the content translation workflows for the test entity.

Namespace

Drupal\content_translation\Tests

Code

protected function getEditorPermissions() {
  return array(
    'administer entity_test content',
  );
}