You are here

public static function PrivatemsgFieldsTestCase::getInfo in Privatemsg 7

Same name and namespace in other branches
  1. 7.2 privatemsg.test \PrivatemsgFieldsTestCase::getInfo()

Implements getInfo().

File

./privatemsg.test, line 916
Test file for privatemsg.module

Class

PrivatemsgFieldsTestCase
Tests for fields integration.

Code

public static function getInfo() {
  return array(
    'name' => t('Privatemsg fields.'),
    'description' => t('Tests integration with fields.'),
    'group' => t('Privatemsg'),
  );
}