You are here

public static function PrivatemsgLinksTestCase::getInfo in Privatemsg 7

Same name and namespace in other branches
  1. 6.2 privatemsg.test \PrivatemsgLinksTestCase::getInfo()
  2. 6 privatemsg.test \PrivatemsgLinksTestCase::getInfo()
  3. 7.2 privatemsg.test \PrivatemsgLinksTestCase::getInfo()

Implements of getInfo().

File

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

Class

PrivatemsgLinksTestCase
Tests for fields integration.

Code

public static function getInfo() {
  return array(
    'name' => t('Privatemsg links'),
    'description' => t('Tests links displayed in nodes, profiles and blocks.'),
    'group' => t('Privatemsg'),
  );
}