Overrides \Drupal\translation_entity\Tests\EntityTranslationTestBase::getEditorPermissions().
Overrides EntityTranslationTestBase::getEditorPermissions
File
- drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php, line 48
- Contains \Drupal\entity\Tests\EntityTranslationWorkflowsTest.
Class
- EntityTranslationWorkflowsTest
- Tests entity translation workflows.
Namespace
Drupal\translation_entity\Tests
Code
protected function getEditorPermissions() {
return array(
'administer entity_test content',
);
}