protected function UserTranslationUITest::getTranslatorPermissions

Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission().

Overrides EntityTranslationTestBase::getTranslatorPermissions

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php, line 49
Definition of Drupal\user\Tests\UserTranslationUITest.

Class

UserTranslationUITest
Tests the User Translation UI.

Namespace

Drupal\user\Tests

Code

protected function getTranslatorPermissions() {
  return array_merge(parent::getTranslatorPermissions(), array(
    'administer users',
  ));
}