public static function UserEntityTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php, line 28
Contains \Drupal\user\Tests\UserEntityTest.

Class

UserEntityTest
Tests the user entity class.

Namespace

Drupal\user\Tests

Code

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