You are here

public static function PrivatemsgTagsTestCase::getInfo in Privatemsg 7

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

Implements getInfo().

File

privatemsg_filter/privatemsg_filter.test, line 128
Contains tests for the privatemsg_filter module.

Class

PrivatemsgTagsTestCase
Test filters, tags and inbox/sent handling.

Code

public static function getInfo() {
  return array(
    'name' => t('Privatemsg Tags functionality.'),
    'description' => t('Test Privatemsg tags use and administration functionality.'),
    'group' => t('Privatemsg'),
  );
}