public static function UserBlocksTests::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php, line 24
Definition of Drupal\user\Tests\UserBlocksTests.

Class

UserBlocksTests
Test user blocks.

Namespace

Drupal\user\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User blocks',
    'description' => 'Test user blocks.',
    'group' => 'User',
  );
}