public static function HandlerFilterUserNameTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php, line 57
Contains \Drupal\user\Tests\Views\HandlerFilterUserNameTest.

Class

HandlerFilterUserNameTest
Tests the handler of the user: name filter.

Namespace

Drupal\user\Tests\Views

Code

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