You are here

public static function UserSignatureTestCase::getInfo in Drupal 7

File

modules/user/user.test, line 2287
Tests for user.module.

Class

UserSignatureTestCase
Test case for user signatures.

Code

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