You are here

public static function UserBlocksUnitTests::getInfo in Drupal 7

File

modules/user/user.test, line 1946
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',
  );
}