You are here

public static function WebformPermissionsTestCase::getInfo in Webform 7.4

Same name and namespace in other branches
  1. 6.3 tests/permissions.test \WebformPermissionsTestCase::getInfo()
  2. 6.2 tests/permissions.test \WebformPermissionsTestCase::getInfo()
  3. 7.3 tests/permissions.test \WebformPermissionsTestCase::getInfo()

File

tests/WebformPermissionsTestCase.test, line 11

Class

WebformPermissionsTestCase
Webform module permission tests.

Code

public static function getInfo() {
  return array(
    'name' => t('Webform permissions'),
    'description' => t('Create webforms and check editing and access permissions.'),
    'group' => t('Webform'),
  );
}