You are here

public static function PublishContentCheckboxTests::getInfo in Publish Content 7

Drupal SimpleTest method: return metadata about the test.

File

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

Class

PublishContentCheckboxTests
Test permissions with the tab method.

Code

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