public static function UserAdminSettingsFormTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminSettingsFormTest.php, line 15
Definition of Drupal\user\Tests\UserAdminSettingsFormTest.

Class

UserAdminSettingsFormTest

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User admin settings',
    'description' => 'Configuration object user.mail and user.settings save test.',
    'group' => 'User',
  );
}