public static function UserBlocksUnitTests::getInfo

File

drupal/modules/user/user.test, line 1765
Tests for user.module.

Class

UserBlocksUnitTests
Test user blocks.

Code

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