protected function ContentTranslationTestBase::getEditorPermissions in Drupal 8
Same name in this branch
- 8 core/modules/content_translation/src/Tests/ContentTranslationTestBase.php \Drupal\content_translation\Tests\ContentTranslationTestBase::getEditorPermissions()
- 8 core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php \Drupal\Tests\content_translation\Functional\ContentTranslationTestBase::getEditorPermissions()
Returns an array of permissions needed for the editor.
2 calls to ContentTranslationTestBase::getEditorPermissions()
- ContentTranslationTestBase::getAdministratorPermissions in core/
modules/ content_translation/ src/ Tests/ ContentTranslationTestBase.php - Returns an array of permissions needed for the administrator.
- ContentTranslationTestBase::setupUsers in core/
modules/ content_translation/ src/ Tests/ ContentTranslationTestBase.php - Creates and activates translator, editor and admin users.
File
- core/
modules/ content_translation/ src/ Tests/ ContentTranslationTestBase.php, line 139
Class
- ContentTranslationTestBase
- Base class for content translation tests.
Namespace
Drupal\content_translation\TestsCode
protected function getEditorPermissions() {
// Every entity-type-specific test needs to define these.
return [];
}