You are here

public static function PublishContentTabTests::getInfo in Publish Content 7

Drupal SimpleTest method: return metadata about the test.

File

tests/publishcontent.test, line 483
Unit tests for Publish Content module.

Class

PublishContentTabTests
Test permissions with the tab method.

Code

public static function getInfo() {
  return array(
    'name' => t('Publish Content: Tab Tests'),
    'description' => t('Executes test suite for Publish Content module with the tab method.'),
    'group' => t('Publish Content'),
  );
}