public static function UserAdminListingTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php, line 19
Contains \Drupal\user\Tests\UserAdminListingTest.

Class

UserAdminListingTest
Defines a test for the fallback user admin listing.

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User people listing',
    'description' => 'Test the user admin listing if views is not enabled.',
    'group' => 'User',
  );
}