public static function HandlerFieldUserNameTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldUserNameTest.php, line 24
Contains \Drupal\user\Tests\Views\HandlerFieldUserNameTest.

Class

HandlerFieldUserNameTest
Tests the field username handler.

Namespace

Drupal\user\Tests\Views

Code

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