You are here

public function PrivatemsgLinksTestCase::getInfo in Privatemsg 6

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

Implements of getInfo().

File

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

Class

PrivatemsgLinksTestCase
Tests for node, blocks and profile integration.

Code

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