public static function UserDataTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserDataTest.php, line 31
Contains \Drupal\user\Tests\Views\UserDataTest.

Class

UserDataTest
Tests the user data service field handler.

Namespace

Drupal\user\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'User data: Field',
    'description' => 'Tests the user data service field handler.',
    'group' => 'Views module integration',
  );
}