public static function UserTranslationUITest::getInfo

File

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

Class

UserTranslationUITest
Tests the User Translation UI.

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User translation UI',
    'description' => 'Tests the user translation UI.',
    'group' => 'User',
  );
}