public static function UserCreateTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php, line 17
Definition of Drupal\user\Tests\UserCreateTest.

Class

UserCreateTest
Test the create user administration page.

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User create',
    'description' => 'Test the create user administration page.',
    'group' => 'User',
  );
}