You are here

public static function WebformGeneralTestCase::getInfo in Webform 7.3

Same name and namespace in other branches
  1. 6.3 tests/webform.test \WebformGeneralTestCase::getInfo()
  2. 7.4 tests/WebformGeneralTestCase.test \WebformGeneralTestCase::getInfo()

Implements hook.

File

tests/webform.test, line 747
Webform module tests.

Class

WebformGeneralTestCase
Test general functionality of Webform.

Code

public static function getInfo() {
  return array(
    'name' => t('Webform'),
    'description' => t('Checks global Webform settings and content types.'),
    'group' => t('Webform'),
  );
}