public static function UserEntityCallbacksTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php, line 24
Definition of Drupal\user\Tests\UserEntityCallbacksTest.

Class

UserEntityCallbacksTest
Test user entity callbacks.

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User entity callback tests',
    'description' => 'Tests specific parts of the user entity like the URI callback and the label callback.',
    'group' => 'User',
  );
}