public static function HandlerFieldRoleTest::getInfo

File

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

Class

HandlerFieldRoleTest
Tests the role field handler.

Namespace

Drupal\user\Tests\Views

Code

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