You are here

public static function PublishContentButtonTests::getInfo in Publish Content 7

Drupal SimpleTest method: return metadata about the test.

File

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

Class

PublishContentButtonTests
Test permissions with the button method.

Code

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