You are here

public static function WebformUnitTestCase::getInfo in Webform 7.4

File

tests/WebformUnitTestCase.test, line 11

Class

WebformUnitTestCase
Webform module unit tests.

Code

public static function getInfo() {
  return array(
    'name' => t('Webform unit tests'),
    'description' => t('Unit tests for Webform functions.'),
    'group' => t('Webform'),
  );
}