public static function UserAuthmapAssignmentTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserAuthmapAssignmentTest.php, line 16
Definition of Drupal\user\Tests\UserAuthmapAssignmentTest.

Class

UserAuthmapAssignmentTest
Unit test for authmap assignment.

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Authmap assignment',
    'description' => 'Tests that users can be assigned and unassigned authmaps.',
    'group' => 'User',
  );
}